@charset "utf-8";

/* CSS Document */


/**common**/

* {
    margin: 0;
    padding: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
    margin: 0;
    padding: 0;
    font: 14px/1.5 Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif;
}

table,
td,
tr,
th {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}

ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

img {
    vertical-align: middle;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: normal;
}

address,
cite,
code,
em,
th,
i {
    font-weight: normal;
    font-style: normal;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

body {
    overflow-x: hidden;
}

.w1200 {
    width: 1600px;
    margin: 0 auto;
}

@media screen and (min-width:1440px) and (max-width:1599px) {
    .w1200 {
        width: 95%;
    }
}

@media screen and (min-width:1360px) and (max-width:1439px) {
    .w1200 {
        width: 95%;
    }
}

@media screen and (min-width:1280px) and (max-width:1359px) {
    .w1200 {
        width: 95%;
    }
}

@media screen and (min-width:1080px) and (max-width:1279px) {
    .w1200 {
        width: 95%;
    }
}

@media screen and (min-width:1024px) and (max-width:1079px) {
    .w1200 {
        width: 95%;
    }
}


/*新增开始*/

@media (min-width: 1280px) {
    .my_banner {
        margin-top: 90px;
    }
}


/*新增结束*/

@media screen and (max-width:1023px) and (min-width:768px) {
    .w1200 {
        width: 95%;
    }
}

@media (max-width: 767px) {
    .w1200 {
        width: 95%;
    }
}

@media (max-width: 375px) {
    .w1200 {
        width: 95%;
    }
}

@media (max-width: 320px) {
    .w1200 {
        width: 95%;
    }
}


/*top*/

.header {
    padding: 0 60px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    /*新增开始*/
    background: url(../images/foot_bg.jpg);
    /*新增结束*/
}

.logo {
    margin-top: 22px;
    float: left;
    height: 65px;
    line-height: 65px;
    font-size: 0;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.logo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.hd-r {
    float: right;
    visibility: visible !important;
}

.nav_wrap {
    float: left;
}

.nav {
    float: left
}

.nav>ul>li {
    float: left;
    position: relative
}

.nav>ul>li>.b_t {
    position: relative;
    overflow: hidden;
}

.nav>ul>li>.b_t>.v1 {
    padding: 0 24px;
    display: block;
    font-size: 17px;
    color: #fff;
    line-height: 106px;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.nav>ul>li>.b_t:after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 60%;
    height: 3px;
    background: #2dbfcc;
    margin-left: -30%;
    z-index: 12;
    opacity: 0;
    filter: alpha(opacity=0);
    filter: alpha(Opacity=0);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 99;
}

.nav>ul>li:hover>.b_t>.v1 {
    color: #fff;
}

.nav>ul>li:hover>.b_t:after {
    opacity: 1;
    filter: alpha(opacity=100);
    filter: alpha(Opacity=100);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'
}

.nav>ul>li>.b_t.navon>.v1 {
    color: #2dbfcc;
}

.nav>ul>li>.b_t.navon:after {
    opacity: 1;
    filter: alpha(opacity=100);
    filter: alpha(Opacity=100);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'
}

.nav>ul>li>.b_t>.v1:before {
    content: attr(data-title);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    transform: translateY(100%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2dbfcc;
}

.nav>ul>li:hover>.b_t>.v1 {
    transform: translateY(-100%);
}

.hd-so {
    margin-left: 12px;
    float: left;
    width: 32px;
    height: 106px;
    background: url(../images/search_btn.png) center center no-repeat;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.box-sub {
    position: absolute;
    left: -34px;
    top: 100%;
    width: 560px;
    background-color: #f8f8f8;
    z-index: 10;
    display: none
}

.box-sub .pic {
    float: right;
    width: 386px;
    padding: 35px 46px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.box-sub .pic img {
    display: block;
    width: 100%
}

.snav {
    padding: 36px 25px;
    min-height: 170px;
    background-color: #fff;
    overflow: hidden
}

.snav li {
    border-bottom: 1px solid #f7f7f7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.snav a {
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #666;
    line-height: 38px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/icon-next.png)
}

.snav a:hover {
    color: #2dbfcc;
    background-image: url(../images/icon-next2.png)
}

.nav>ul>li.n5 .box-sub,
.nav>ul>li.n6 .box-sub,
.nav>ul>li.n7 .box-sub {
    right: -34px;
    left: auto
}

.nav>ul>li.n5 .box-sub:before,
.nav>ul>li.n6 .box-sub:before,
.nav>ul>li.n7 .box-sub:before {
    right: 38px;
    left: auto
}

.hd-so-pop {
    padding: 51px 0 35px;
    position: fixed;
    left: 0;
    top: 106px;
    right: 0;
    background-color: #f8f8f8;
    z-index: 10;
    display: none;
}

.hd-so-pop .so-inner {
    width: 962px;
    margin: 0 auto
}

.so-search {
    position: relative;
    height: 46px;
    overflow: hidden
}

.so-search input {
    outline: 0;
    border: none
}

.so-search .input {
    padding: 0 200px 0 34px;
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    background-color: #fff;
    font-size: 14px;
    color: #333
}

.so-search .submit {
    padding-left: 8px;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    background-color: #2dbfcc;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.so-search .submit .icon {
    margin: 8px 10px 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 58px;
    height: 30px;
    background: url(../images/search_btn.png) center center no-repeat;
    position: relative
}


/* .so-search .submit .icon:after {content:'';position:absolute;right:0;top:50%;width:1px;height:16px;background-color:#e47780;margin-top:-8px}
*/

.so-search .submit:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    filter: alpha(Opacity=80);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)'
}

.hdDown .header {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.hdDown .logo {
    margin-top: 10px;
    height: 80px;
    line-height: 80px
}

.hdDown .nav>ul>li>.b_t>.v1 {
    line-height: 90px
}

.hdDown .hd-so {
    height: 90px
}

.hdDown .hd-so-pop {
    top: 90px
}

.hdDown .nav>ul>li>.b_t>.v1 {
    color: #fff;
}

.hdDown .nav>ul>li>.b_t.navon>.v1 {
    color: #2dbfcc;
}

.hdDown .hd-so {
    background: url(../images/search_btn.png) center center no-repeat;
}

.hdDown .logo {
    background: url(../images/logo2.png) center center no-repeat;
    background-size: contain;
    visibility: visible !important;
}

.hdDown .logo img {
    opacity: 0;
}

.hcover {
    display: none;
}

.menu_open {
    display: none;
}

.subopen {
    display: none;
}

@media screen and (min-width:1440px) and (max-width:1599px) {}

@media screen and (min-width:1360px) and (max-width:1439px) {}

@media screen and (min-width:1080px) and (max-width:1359px) {
    .nav>ul>li>.b_t>.v1 {
        padding: 0 14px;
    }
}

@media screen and (max-width:1079px) and (min-width:768px) {
    .logo {
        margin: 10px 0;
        height: 60px;
        line-height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        display: -webkit-box;
        -webkit-box-pack: center;
        -webkit-box-align: center;
    }
    .hdDown .logo {
        margin: 5px 0;
        height: 60px;
        line-height: 60px;
    }
    .header {
        padding: 0 40px;
        background-color: rgba(255, 255, 255, 0);
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    .ly_nav {
        width: 60%;
        height: 80px;
        margin: 0;
        padding: 0;
        position: fixed;
        top: 0;
        z-index: 999;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        right: 0%;
    }
    .hdDown .ly_nav {
        height: 70px;
    }
    .ly_nav.open {
        width: 100%;
        height: 100%;
    }
    .menu_open {
        display: block;
        float: right;
        width: 60px;
        height: 80px;
        padding: 20px 0;
        position: absolute;
        top: 0;
        right: 80px;
        box-sizing: border-box;
        z-index: 98;
        cursor: pointer
    }
    .menu_open i {
        width: 28px;
        height: 2px;
        background-color: #fff;
        display: block;
        margin: 9px auto;
    }
    .menu_open:hover,
    .menu_open:active {
        background-color: #2ebfcc;
    }
    .menu_open:hover i,
    .menu_open:active i {
        background-color: #fff;
    }
    .hdDown .menu_open {
        height: 70px;
        padding: 15px 0;
    }
    .hdDown .menu_open i {
        background-color: #2ebfcc;
    }
    .hdDown .menu_open:hover,
    .hdDown .menu_open:active {
        background-color: #2ebfcc;
    }
    .hdDown .menu_open:hover i,
    .hdDown .menu_open:active i {
        background-color: #fff;
    }
    .hdDown .hd-so {
        height: 70px
    }
    .hdDown .hd-so-pop {
        top: 80px;
    }
    .hd-so-pop {
        padding: 20px 0 20px;
    }
    .hd-so-pop .so-inner {
        width: 90%;
    }
    .hd-so {
        width: 80px;
        height: 80px;
        position: absolute;
        top: 0;
        right: 10px;
    }
    .hdDown .nav>ul>li>.b_t>.v1 {
        color: rgba(255, 255, 255, .5);
    }
    .nav_wrap {
        width: 60%;
        height: 100%;
        margin: 0;
        padding: 0;
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 999999;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        width: 60%;
        height: 100%;
        margin: 0;
        padding: 0;
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 999999;
        transition: 0.5s;
        -webkit-transition: 0.5s;
    }
    .nav>ul>li>.b_t>.v1 {
        line-height: 80px;
        display: block;
        margin: 0;
        height: 80px;
        line-height: 80px;
        color: rgba(255, 255, 255, .5);
        font-size: 18px;
        text-align: left;
        padding: 0 60px 0 30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        opacity: 1;
        position: relative;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .nav>ul>li>.b_t.navon>.v1 {
        color: #fff;
    }
    .hdDown .nav>ul>li>.b_t.navon>.v1 {
        color: #fff;
    }
    .nav>ul>li>.b_t>.v1:hover {
        color: #fff;
    }
    .nav {
        display: none;
        width: 50%;
        height: 100%;
        position: fixed;
        top: 0;
        left: -50%;
        z-index: 100;
        overflow: hidden;
        background-color: rgba(11, 152, 165, 0.99);
    }
    .hcover {
        display: none;
        width: 50%;
        height: 100%;
        background: rgba(0, 0, 0, .7);
        position: fixed;
        right: -50%;
        top: 0;
        z-index: 99;
    }
    .nav>ul>li {
        width: 100%;
    }
    .nav>ul>li>.b_t>.v1:before {
        display: none;
    }
    .nav>ul>li:hover>.b_t>.v1 {
        transform: translateY(0);
    }
    .nav>ul>li>.b_t:after {
        width: 30px;
        height: 2px;
        left: 30px;
        margin: 0;
    }
    .nav>ul>li:after {
        content: '';
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .nav>ul>li>.b_t i {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        width: 60px;
        height: 100%;
        display: block;
    }
    .nav>ul>li>.b_t i:after {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        margin: -6px 0 0 -6px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-top: 0;
        border-left: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .box-sub {
        display: none;
        width: 50%;
        height: 100%;
        margin: 0;
        box-shadow: none;
        background-color: rgba(11, 152, 165, 0.99);
        border-radius: 0;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        position: fixed;
        left: -50%;
        top: 0;
        z-index: 999;
    }
    .box-sub .pic {
        display: none;
    }
    .snav {
        background: none;
        padding: 0;
    }
    .subopen {
        display: block;
    }
    .subopen a {
        display: block;
        overflow: hidden;
        line-height: 80px;
        margin: 0;
        padding: 0 30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 18px;
        color: #fff;
        text-indent: 12px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        position: relative;
        background: none;
    }
    .subopen a:before {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        position: absolute;
        left: 20px;
        top: 50%;
        margin: -6px 0 0 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border: 1px solid rgba(255, 255, 255, 1);
        border-right: 0;
        border-bottom: 0;
    }
    .nav_item2 {
        position: relative;
    }
    .nav_item2 a {
        display: block;
        overflow: hidden;
        margin: 0;
        height: 60px;
        line-height: 60px;
        color: rgba(255, 255, 255, 0.5);
        font-size: 16px;
        text-align: left;
        padding: 0 30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        opacity: 1;
        background: none;
    }
    .nav_item2:after {
        content: '';
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .nav_item2 a:hover,
    .nav_item2 a:active {
        color: #fff;
    }
    .snav li {
        border-bottom: none;
    }
    .snav a:hover {
        background: none;
    }
    .hd-so-pop {
        top: 80px;
    }
}

@media screen and (max-width:767px) {
    .logo {
        margin: 10px 0;
        height: 40px;
        line-height: 40px;
    }
    .hdDown .logo {
        margin-top: 10px;
        height: 40px;
        line-height: 40px;
    }
    .header {
        padding: 0 20px;
        background-color: rgba(255, 255, 255, 0);
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    .ly_nav {
        width: 60%;
        height: 60px;
        margin: 0;
        padding: 0;
        position: fixed;
        top: 0;
        z-index: 999;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        right: 0%;
    }
    .ly_nav.open {
        width: 100%;
        height: 100%;
    }
    .menu_open {
        display: block;
        float: right;
        width: 45px;
        height: 60px;
        padding: 10px 0;
        position: absolute;
        top: 0;
        right: 56px;
        box-sizing: border-box;
        z-index: 98;
        cursor: pointer
    }
    .menu_open i {
        width: 28px;
        height: 1px;
        background-color: #fff;
        display: block;
        margin: 9px auto;
    }
    .menu_open:hover,
    .menu_open:active {
        background-color: #2ebfcc;
    }
    .menu_open:hover i,
    .menu_open:active i {
        background-color: #fff;
    }
    .hdDown .menu_open i {
        background-color: #2ebfcc;
    }
    .hdDown .menu_open:hover,
    .hdDown .menu_open:active {
        background-color: #2ebfcc;
    }
    .hdDown .menu_open:hover i,
    .hdDown .menu_open:active i {
        background-color: #fff;
    }
    .hdDown .hd-so {
        height: 60px
    }
    .hdDown .hd-so-pop {
        top: 60px;
    }
    .hd-so-pop {
        padding: 20px 0 20px;
    }
    .hd-so {
        width: 45px;
        height: 60px;
        position: absolute;
        top: 0;
        right: 10px;
    }
    .hdDown .nav>ul>li>.b_t>.v1 {
        color: rgba(255, 255, 255, .5);
    }
    .nav_wrap {
        width: 60%;
        height: 100%;
        margin: 0;
        padding: 0;
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 999999;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        width: 60%;
        height: 100%;
        margin: 0;
        padding: 0;
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 999999;
        transition: 0.5s;
        -webkit-transition: 0.5s;
    }
    .nav>ul>li>.b_t>.v1 {
        line-height: 80px;
        display: block;
        margin: 0;
        height: 80px;
        line-height: 80px;
        color: rgba(255, 255, 255, .5);
        font-size: 16px;
        text-align: left;
        padding: 0 60px 0 30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        opacity: 1;
        position: relative;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .nav>ul>li>.b_t.navon>.v1 {
        color: #fff;
    }
    .hdDown .nav>ul>li>.b_t.navon>.v1 {
        color: #fff;
    }
    .nav>ul>li>.b_t>.v1:hover {
        color: #fff;
    }
    .nav {
        display: none;
        width: 50%;
        height: 100%;
        position: fixed;
        top: 0;
        left: -50%;
        z-index: 100;
        overflow: hidden;
        background-color: rgba(11, 152, 165, 0.99);
    }
    .hcover {
        display: none;
        width: 50%;
        height: 100%;
        background: rgba(0, 0, 0, .7);
        position: fixed;
        right: -50%;
        top: 0;
        z-index: 99;
    }
    .nav>ul>li {
        width: 100%;
    }
    .nav>ul>li>.b_t>.v1:before {
        display: none;
    }
    .nav>ul>li:hover>.b_t>.v1 {
        transform: translateY(0);
    }
    .nav>ul>li>.b_t:after {
        width: 30px;
        height: 2px;
        left: 30px;
        margin: 0;
    }
    .nav>ul>li:after {
        content: '';
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .nav>ul>li>.b_t i {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        width: 60px;
        height: 100%;
        display: block;
    }
    .nav>ul>li>.b_t i:after {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        margin: -6px 0 0 -6px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-top: 0;
        border-left: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .box-sub {
        display: none;
        width: 50%;
        height: 100%;
        margin: 0;
        box-shadow: none;
        background-color: rgba(11, 152, 165, 0.99);
        border-radius: 0;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        position: fixed;
        left: -50%;
        top: 0;
        z-index: 999;
    }
    .box-sub .pic {
        display: none;
    }
    .snav {
        background: none;
        padding: 0;
    }
    .subopen {
        display: block;
    }
    .subopen a {
        display: block;
        overflow: hidden;
        line-height: 80px;
        margin: 0;
        padding: 0 30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 16px;
        color: #fff;
        text-indent: 12px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        position: relative;
        background: none;
    }
    .subopen a:before {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        position: absolute;
        left: 20px;
        top: 50%;
        margin: -6px 0 0 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border: 1px solid rgba(255, 255, 255, 1);
        border-right: 0;
        border-bottom: 0;
    }
    .nav_item2 {
        position: relative;
    }
    .nav_item2 a {
        display: block;
        overflow: hidden;
        margin: 0;
        height: 60px;
        line-height: 60px;
        color: rgba(255, 255, 255, 0.5);
        font-size: 16px;
        text-align: left;
        padding: 0 30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        opacity: 1;
        background: none;
    }
    .nav_item2:after {
        content: '';
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .nav_item2 a:hover,
    .nav_item2 a:active {
        color: #fff;
    }
    .snav li {
        border-bottom: none;
    }
    .snav a:hover {
        background: none;
    }
    .hd-so-pop {
        top: 60px;
        padding: 20px 0 20px;
    }
    .hd-so-pop .so-inner {
        width: 92%;
    }
}


/* banner 开始 */

.apple-banner {
    width: 100%;
    height: 940px;
    overflow: hidden;
}

.apple-banner .swiper-container {
    width: 100%;
    height: 940px;
    position: relative;
}

.apple-banner .swiper-container .swiper-slide {
    padding: 260px 0 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.apple-banner .swiper-container .slide_video {
    /*padding:0 0 0; */
    position: relative;
    overflow: hidden;
}

.apple-banner .swiper-container .swiper-slide video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.ba_PrevNext {
    width: 45%;
    height: 70px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: rgba(13, 81, 152, 0.9);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
}

.apple-banner .swiper-container .swiper-button-prev,
.apple-banner .swiper-container .swiper-button-next {
    width: 160px;
    height: 100%;
    position: absolute;
    top: 0;
    margin: 0;
}

.apple-banner .swiper-container .swiper-button-prev {
    right: 160px;
    left: inherit;
}

.apple-banner .swiper-container .swiper-button-next {
    right: 0;
}

.apple-banner .swiper-button-prev span,
.apple-banner .swiper-button-next span {
    display: block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-family: "Helvetica";
    font-size: 14px;
    text-align: center;
    border-radius: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.apple-banner .swiper-button-prev span {}

.apple-banner .swiper-button-next span {}

.apple-banner .swiper-button-prev:hover span,
.apple-banner .swiper-button-next:hover span {
    opacity: 1;
}

.apple-banner .swiper-button-prev span img,
.apple-banner .swiper-button-next span img {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin: -4px 0 0 8px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.apple-banner .swiper-button-prev span img {
    margin: -4px 8px 0 0;
}

.apple-banner .swiper-button-prev:hover span img {
    margin: -4px 16px 0 0;
}

.apple-banner .swiper-button-next:hover span img {
    margin: -4px 0 0 16px;
}

.ba_text1 {
    width: 100%;
    max-width: 1600px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.ba_text1 p {
    width: 80%;
    overflow: hidden;
    line-height: 60px;
    color: #fff;
    font-size: 58px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 4px;
    margin: 0 auto;
    padding: 0;
}

.ba_text1 em {
    display: block;
    width: 60px;
    height: 5px;
    overflow: hidden;
    margin: 30px auto;
    padding: 0;
    background-color: #fff;
}

.ba_text1 span {
    display: block;
    width: 80%;
    overflow: hidden;
    line-height: 30px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.ba_text1 a {
    display: block;
    width: 220px;
    height: 60px;
    overflow: hidden;
    line-height: 58px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 30px;
    margin: 80px auto 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.ba_text1 a img {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin: -4px 0 0 8px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.ba_text1 a:hover {
    width: 240px;
}

.ba_text1 a:hover img {
    margin: -4px 0 0 20px;
}

.ba_scroll {
    width: 60px;
    overflow: hidden;
    margin: 0 0 0 -30px;
    padding: 0;
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 99;
    cursor: pointer;
}

.ba_scroll span {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 20px;
    color: #fff;
    font-family: "Helvetica";
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.ba_scroll p {
    width: 24px;
    height: 36px;
    overflow: hidden;
    margin: 5px auto 0;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ba_scroll p i {
    display: block;
    width: 1px;
    height: 12px;
    overflow: hidden;
    background-color: #fff;
    margin: 12px auto;
    padding: 0;
    animation-name: scrollTip;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}


/*分页器*/

.apple-banner .swiper-pagination {
    top: auto;
    bottom: 24px;
    background: none;
    display: none;
}

.apple-banner .swiper-pagination-bullet {
    display: inline-block;
    width: 12px;
    margin: 0 6px;
    cursor: pointer;
    background: none;
    border-radius: 0;
    opacity: 1;
    border-radius: 6px;
}

.apple-banner .swiper-pagination-bullet span {
    width: 12px;
    height: 12px;
    display: block;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
}

.apple-banner .swiper-pagination-bullet-active span {
    background-color: #e7580c;
}

.apple-banner .autoplay .swiper-pagination-bullet-active span {
    background: rgba(255, 255, 255, 1);
}

.apple-banner .swiper-pagination-bullet i {
    background-color: #e7580c;
    height: 12px;
    transform: scaleX(0);
    transform-origin: 0;
    display: block;
}

.apple-banner .autoplay .firsrCurrent i {
    transition: transform 2.9s linear;
    transform: scaleX(1);
    border-radius: 6px;
}

.apple-banner .autoplay .current i {
    transition: transform 4s linear;
    transform: scaleX(1);
    border-radius: 6px;
}

.apple-banner .autoplay .replace span {
    background-color: #e7580c;
}

@media screen and (width:1600px) {
    .apple-banner {
        height: 880px;
    }
    .apple-banner .swiper-container {
        height: 880px;
    }
}

@media screen and (min-width:1440px) and (max-width:1599px) {
    .apple-banner {
        height: 800px;
    }
    .apple-banner .swiper-container {
        height: 800px;
    }
    .apple-banner .swiper-container .swiper-slide {
        padding: 240px 0 0;
    }
    .ba_text1 p {
        font-size: 45px;
    }
}

@media screen and (min-width:1360px) and (max-width:1439px) {
    .apple-banner {
        height: 768px;
    }
    .apple-banner .swiper-container {
        height: 768px;
    }
    .apple-banner .swiper-container .swiper-slide {
        padding: 240px 0 0;
    }
    .ba_text1 p {
        font-size: 45px;
    }
}

@media screen and (min-width:1280px) and (max-width:1359px) {
    .apple-banner {
        height: 700px;
    }
    .apple-banner .swiper-container {
        height: 700px;
    }
    .apple-banner .swiper-container .swiper-slide {
        padding: 200px 0 0;
    }
    .ba_text1 p {
        font-size: 45px;
    }
    .ba_text1 em {
        width: 48px;
        height: 4px;
        margin: 24px auto;
    }
    .ba_text1 span {
        font-size: 16px;
        line-height: 24px;
    }
    .ba_text1 a {
        width: 180px;
        height: 50px;
        line-height: 48px;
        font-size: 16px;
    }
    .ba_text1 a:hover {
        width: 200px;
    }
}

@media screen and (min-width:1080px) and (max-width:1279px) {
    .apple-banner {
        height: 640px;
    }
    .apple-banner .swiper-container {
        height: 640px;
    }
    .apple-banner .swiper-container .swiper-slide {
        padding: 180px 0 0;
    }
    .ba_text1 p {
        line-height: 50px;
        font-size: 45px;
    }
    .ba_text1 em {
        width: 48px;
        height: 4px;
        margin: 24px auto;
    }
    .ba_text1 span {
        font-size: 16px;
        line-height: 24px;
    }
    .ba_text1 a {
        width: 180px;
        height: 50px;
        line-height: 48px;
        font-size: 16px;
    }
    .ba_text1 a:hover {
        width: 200px;
    }
}

@media screen and (min-width:1024px) and (max-width:1079px) {
    .apple-banner {
        height: 600px;
    }
    .apple-banner .swiper-container {
        height: 600px;
    }
    .apple-banner .swiper-container .swiper-slide {
        padding: 180px 0 0;
    }
    .ba_text1 p {
        line-height: 48px;
        font-size: 40px;
    }
    .ba_text1 em {
        width: 48px;
        height: 4px;
        margin: 20px auto;
    }
    .ba_text1 span {
        font-size: 16px;
        line-height: 24px;
    }
    .ba_text1 a {
        width: 180px;
        height: 50px;
        line-height: 48px;
        font-size: 16px;
    }
    .ba_text1 a:hover {
        width: 200px;
    }
}

@media screen and (max-width:1023px) and (min-width:768px) {
    .apple-banner {
        height: 520px;
    }
    .apple-banner .swiper-container {
        height: 520px;
    }
    .apple-banner .swiper-container .swiper-slide {
        padding: 160px 0 0;
    }
    .ba_text1 p {
        line-height: 40px;
        font-size: 36px;
    }
    .ba_text1 em {
        width: 48px;
        height: 4px;
        margin: 20px auto;
    }
    .ba_text1 span {
        font-size: 14px;
        line-height: 20px;
    }
    .ba_text1 a {
        width: 160px;
        height: 42px;
        line-height: 40px;
        font-size: 14px;
        margin: 60px auto 0;
    }
    .ba_text1 a:hover {
        width: 180px;
    }
    .ba_PrevNext {
        width: 42%;
        height: 60px;
    }
    .apple-banner .swiper-container .swiper-button-prev,
    .apple-banner .swiper-container .swiper-button-next {
        width: 120px;
    }
    .apple-banner .swiper-container .swiper-button-prev {
        right: 120px;
    }
    .apple-banner .swiper-button-prev span,
    .apple-banner .swiper-button-next span {
        height: 60px;
        line-height: 60px;
    }
    .ba_scroll p {
        width: 20px;
        height: 30px;
        margin: 4px auto 0;
    }
}

@media (max-width: 767px) {
    .apple-banner {
        height: 360px;
    }
    .apple-banner .swiper-container {
        height: 360px;
    }
    .apple-banner .swiper-container .swiper-slide {
        padding: 100px 0 0;
    }
    .ba_text1 p {
        line-height: 32px;
        font-size: 28px;
        letter-spacing: 2px;
    }
    .ba_text1 em {
        width: 30px;
        height: 2px;
        margin: 14px auto;
    }
    .ba_text1 span {
        font-size: 14px;
        line-height: 20px;
    }
    .ba_text1 a {
        width: 160px;
        height: 40px;
        line-height: 38px;
        font-size: 14px;
        margin: 20px auto 0;
    }
    .ba_text1 a:hover {
        width: 180px;
    }
    .ba_PrevNext {
        width: 38%;
        height: 60px;
    }
    .apple-banner .swiper-container .swiper-button-prev,
    .apple-banner .swiper-container .swiper-button-next {
        width: 50%;
    }
    .apple-banner .swiper-container .swiper-button-prev {
        right: 50%;
    }
    .apple-banner .swiper-button-prev span,
    .apple-banner .swiper-button-next span {
        height: 60px;
        line-height: 60px;
        font-size: 0;
    }
    .apple-banner .swiper-button-prev span img,
    .apple-banner .swiper-button-next span img {
        margin: -4px 0 0 0;
    }
    .apple-banner .swiper-button-prev:hover span img,
    .apple-banner .swiper-button-next:hover span img {
        margin: -4px 0 0 0;
    }
    .ba_scroll p {
        width: 20px;
        height: 30px;
        margin: 2px auto 0;
    }
    .ba_scroll span {
        font-size: 12px;
    }
    .apple-banner .swiper-container .slide_video video {
        display: none;
    }
}

@media (max-width: 375px) {
    .apple-banner {
        height: 320px;
    }
    .apple-banner .swiper-container {
        height: 320px;
    }
    .apple-banner .swiper-container .swiper-slide {
        padding: 80px 0 0;
    }
    .ba_text1 p {
        line-height: 30px;
        font-size: 20px;
    }
    .ba_text1 em {
        width: 24px;
        height: 2px;
        margin: 10px auto;
    }
    .ba_text1 span {
        font-size: 12px;
    }
    .ba_text1 a {
        width: 140px;
        height: 36px;
        line-height: 34px;
        font-size: 12px;
        margin: 20px auto 0;
    }
    .ba_text1 a:hover {
        width: 160px;
    }
}

@media (max-width: 320px) {
    .apple-banner {
        height: 280px;
    }
    .apple-banner .swiper-container {
        height: 280px;
    }
    .ba_text1 p {
        line-height: 24px;
        font-size: 20px;
    }
    .ba_text1 a {
        margin: 12px auto 0;
    }
    .ba_PrevNext {
        width: 120px;
        height: 44px;
    }
    .apple-banner .swiper-button-prev span,
    .apple-banner .swiper-button-next span {
        height: 44px;
        line-height: 44px;
        font-size: 0;
    }
    .ba_scroll span {
        display: none;
    }
}


/* banner 结束 */


/*解决方案*/

.h_solution {}

.h_tlt1 {
    padding: 45px 0 36px;
}

.h_tlt1 p {
    color: #191919;
    font-size: 42px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 16px;
    position: relative;
    padding-bottom: 16px;
}

.h_tlt1 p em {
    color: #2dbfcc;
}

.h_tlt1 p:before {
    content: '';
    display: block;
    background: #cbcbcb;
    width: 264px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -132px;
}

.h_tlt1 p:after {
    content: '';
    display: block;
    background: #2dbfcc;
    width: 73px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -36.5px;
}

.h_tlt1 span {
    display: block;
    font-size: 18px;
    color: #999;
    line-height: 24px;
    text-align: center;
}

.h_tlt2 p {
    color: #fff;
}

.h_tlt2 p:before {
    background: #fff;
}

.h_tlt2 span {
    color: #fff;
}

.h_solution ul li {
    float: left;
    margin-right: 3%;
    width: 31.333333%;
}

.h_solution ul li:nth-child(3n) {
    margin-right: 0;
}

.h_solution ul li .pic {
    display: block;
    height: 319px;
    overflow: hidden;
    text-align: center;
    background: #fff;
}

.h_solution ul li .pic img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    transition: all .5s;
}

.h_solution ul li .pic .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.h_solution ul li .wz {
    border: 1px solid #dfdfdf;
    border-top: 0;
    padding: 16px 4%;
    position: relative;
    transition: all .5s;
}

.h_solution ul li .wz .tlt {
    font-size: 20px;
    color: #191919;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s;
}

.h_solution ul li .wz .desc {
    overflow: hidden;
}

.h_solution ul li .wz .desc p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    float: left;
    width: 85%;
    height: 50px;
    overflow: hidden;
    transition: all .5s;
}

.h_solution ul li .wz .desc a.more {
    display: block;
    font-style: normal;
    font-family: "宋体";
    font-weight: bold;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    color: #ddd;
    border-radius: 100%;
    float: right;
    text-align: center;
    line-height: 30px;
    transition: all .5s;
}

.h_solution ul li .wz:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    transition: all .5s;
    background: #2dbfcc;
    z-index: -1;
}

.h_solution ul li:hover .wz .tlt {
    color: #fff;
}

.h_solution ul li:hover .wz .desc p {
    color: #fff;
}

.h_solution ul li:hover .wz .desc a.more {
    border: 1px solid #fff;
    color: #fff;
}

.h_solution ul li:hover .wz:after {
    height: 100%;
}

.h_solution ul li:hover .pic img {
    transform: scale(1.1);
}

.h_solution ul li:hover .wz {
    border: 1px solid #2dbfcc;
    border-top: 0;
}

@media screen and (min-width:1440px) and (max-width:1599px) {
    .h_solution ul li .pic {
        height: 268px;
    }
}

@media screen and (min-width:1360px) and (max-width:1439px) {
    .h_solution ul li .pic {
        height: 253px;
    }
}

@media screen and (min-width:1280px) and (max-width:1359px) {
    .h_solution ul li .pic {
        height: 240px;
    }
    .h_tlt1 p {
        font-size: 34px;
    }
}

@media screen and (min-width:1080px) and (max-width:1279px) {
    .h_solution ul li .pic {
        height: 195px;
    }
    .h_tlt1 p {
        font-size: 34px;
    }
}

@media screen and (min-width:1024px) and (max-width:1079px) {
    .h_solution ul li .pic {
        height: 195px;
    }
    .h_tlt1 p {
        font-size: 34px;
    }
}

@media screen and (max-width:1023px) and (min-width:768px) {
    .h_solution ul li .pic {
        height: 144px;
    }
    .h_tlt1 p {
        font-size: 34px;
    }
    .h_solution ul li .wz .desc a.more {
        display: none;
    }
    .h_solution ul li .wz .desc p {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .h_solution ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }
    .h_solution ul li .pic {
        height: 226px;
    }
    .h_tlt1 {
        padding: 20px 0 22px;
    }
    .h_tlt1 p {
        font-size: 28px;
    }
    .h_tlt1 span {
        font-size: 16px;
    }
}

@media (max-width: 375px) {}

@media (max-width: 320px) {}


/*应用领域*/

.index-application {
    position: relative;
    padding-top: 10px;
    width: 100%;
    overflow: hidden;
}

.index-application .item {
    position: relative;
    float: left;
    width: 20%;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index-application .item:hover {
    width: 35% !important;
}

.index-application .item img {
    max-width: none;
    position: relative;
    left: 50%;
    margin-left: -378px;
}

.index-application .item .box {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.index-application .item .box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 88;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index-application .item:hover .box:before {
    opacity: 0;
    visibility: hidden;
}

.index-application .item .box .sigle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    margin-left: -25%;
    font-size: 20px;
    color: #fff;
    z-index: 99;
    text-align: center;
    line-height: 30px;
    margin-top: -30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    max-height: 122px;
    overflow: hidden;
}

.index-application .item:hover .box .sigle {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}

.index-application .item .box .cont {
    position: absolute;
    left: 10%;
    top: 50%;
    width: 80%;
    height: 310px;
    margin-top: -155px;
    background: rgba(255, 255, 255, .8);
    text-align: center;
    z-index: 100;
    padding: 100px 8% 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    box-sizing: border-box;
}

.index-application .item:hover .box .cont {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.index-application .item .box .cont .tlt {
    display: block;
    font-size: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-application .item .box .cont .des {
    color: #666;
    margin-top: 15px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.index-application .item:hover .box .cont .des {
    opacity: 1;
    visibility: visible;
    height: 60px;
    overflow: hidden;
}

.index-application .pagination2 {
    margin-top: 40px;
    position: static;
    text-align: center;
}

.index-application .pagination2 .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 0 5px;
    opacity: 1;
    outline: none;
    background: none;
    position: relative;
}

.index-application .pagination2 .swiper-pagination-bullet:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d2d2d2;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px;
}

.index-application .pagination2 .swiper-pagination-bullet-active {
    border: 1px solid #00d5e2;
}

.index-application .pagination2 .swiper-pagination-bullet-active:after {
    background: #00d5e2;
}

.index-application .item .box .cont .icon-more {
    display: inline-block;
    margin-top: 30px;
    width: 44px;
    height: 10px;
    background: url(../images/icon-more1.png) no-repeat center;
}

.index-application .button-next,
.index-application .button-prev {
    width: 45px;
    height: 45px;
    top: 50%;
    margin-top: -22.5px;
    background-color: #666;
    z-index: 99;
    opacity: .5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: none;
}

.index-application .button-next {
    right: 5%;
    background-image: url(../images/icon-h-next.png);
    background-size: auto;
    background-position: center center;
}

.index-application .button-prev {
    left: 5%;
    background-image: url(../images/icon-h-prev.png);
    background-size: auto;
    background-position: center center;
}

.index-application .button-next:hover,
.index-application .button-prev:hover {
    background-color: #00d5e2;
    opacity: 1;
}

@media screen and (min-width:1440px) and (max-width:1599px) {}

@media screen and (min-width:1360px) and (max-width:1439px) {
    .index-application .item .box .cont {
        width: 100%;
        left: 0;
    }
}

@media screen and (min-width:1280px) and (max-width:1359px) {}

@media screen and (min-width:1080px) and (max-width:1279px) {}

@media screen and (min-width:1024px) and (max-width:1079px) {}

@media screen and (max-width:1023px) and (min-width:768px) {
    .index-application .item:hover {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .index-application .pagination2 {
        margin-top: 24px;
    }
    .index-application .item .box .sigle {
        font-size: 18px;
    }
    .index-application .item:hover {
        width: auto !important;
    }
    .index-application .item .box .cont .tlt {
        font-size: 18px;
    }
}

@media (max-width: 375px) {}

@media (max-width: 320px) {}


/*设备中心*/

.h_equipment {
    padding: 0 0 40px;
}

.h_equipment .fenlei {
    text-align: center;
    margin-bottom: 40px;
}

.h_equipment .fenlei a {
    color: #666;
    font-size: 18px;
    padding: 0 15px;
}

.h_equipment .fenlei a:hover {
    color: #00d5e2;
}

.h_equipment .fenlei a.on {
    color: #00d5e2;
}

.h_equipment .fenlei span {
    color: #666;
    font-size: 18px;
}

.h_equipment ul {
    display: none;
}

.h_equipment ul.on {
    display: block;
}

.h_equipment ul li {
    float: left;
    margin-right: 3%;
    width: 22.75%;
    visibility: visible !important;
}

.h_equipment ul li:nth-child(4n) {
    margin-right: 0;
}

.h_equipment ul li .wrap {
    border: 1px solid #dfdfdf;
}

.h_equipment ul li .pic {
    display: block;
    height: 319px;
    overflow: hidden;
    text-align: center;
}

.h_equipment ul li .pic img {
    max-width: 97%;
    max-height: 97%;
    vertical-align: middle;
    transition: all .5s;
}

.h_equipment ul li .pic .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.h_equipment ul li .tlt {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.h_equipment .more {
    display: block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #2dbfcc;
    color: #fff;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 40px;
    transition: all ease 0.3s;
    font-size: 15px;
}

.h_equipment .more:hover {
    width: 240px;
}

.h_equipment ul li:hover .wrap {
    border: 1px solid #00d5e2;
}

.h_equipment ul li:hover .tlt {
    color: #00d5e2;
}

.h_equipment ul li:hover .pic img {
    transform: scale(1.1);
}

@media screen and (min-width:1440px) and (max-width:1599px) {
    .h_equipment ul li .pic {
        height: 268px;
    }
}

@media screen and (min-width:1360px) and (max-width:1439px) {
    .h_equipment ul li .pic {
        height: 253px;
    }
}

@media screen and (min-width:1280px) and (max-width:1359px) {
    .h_equipment ul li .pic {
        height: 240px;
    }
}

@media screen and (min-width:1080px) and (max-width:1279px) {
    .h_equipment ul li .pic {
        height: 195px;
    }
}

@media screen and (min-width:1024px) and (max-width:1079px) {
    .h_equipment ul li .pic {
        height: 250px;
    }
    .h_equipment ul li {
        width: 48.5%;
        margin-bottom: 25px;
    }
    .h_equipment ul li:nth-child(2n+2) {
        margin-right: 0;
    }
}

@media screen and (max-width:1023px) and (min-width:768px) {
    .h_equipment ul li .pic {
        height: 250px;
    }
    .h_equipment ul li {
        width: 48.5%;
        margin-bottom: 25px;
    }
    .h_equipment ul li:nth-child(2n+2) {
        margin-right: 0;
    }
    .h_equipment .more {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .h_equipment {
        padding: 0 0 30px;
    }
    .h_equipment .more {
        height: 45px;
        line-height: 45px;
        margin-top: 24px;
    }
    .h_equipment ul li {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .h_equipment .fenlei {
        margin-bottom: 24px;
    }
    .h_equipment .fenlei a {
        font-size: 16px;
    }
}

@media (max-width: 375px) {}

@media (max-width: 320px) {}


/*关于我们*/

.h_about {
    background: url(../images/h_about_bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 0 0 60px;
}

.h_about .conn {
    background: rgba(255, 255, 255, .2);
    border: 1px solid rgba(255, 255, 255, .2);
}

.h_about .conn .gsjj {
    float: left;
    width: 56%;
    padding: 50px 3% 50px 5%;
}

.h_about .conn .gsjj .tlt {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
}

.h_about .conn .gsjj .tlt:after {
    content: '';
    display: block;
    width: 44px;
    height: 3px;
    background: #00d5e2;
    position: absolute;
    bottom: -17px;
    left: 0;
}

.h_about .conn .gsjj .desc {
    font-size: 15px;
    line-height: 32px;
    color: #fff;
    height: 88px;
    overflow: hidden;
}

.h_about .conn .gsjj .more {
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #2dbfcc;
    margin-top: 36px;
    transition: all ease 0.3s;
    border-radius: 30px;
}

.h_about .conn .gsjj .more:after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 12px;
    background: url(../images/h_about_more.png) center center no-repeat;
    margin-left: 5px;
}

.h_about .conn ul {
    float: right;
    width: 35%;
}

.h_about .conn ul li {
    float: left;
    width: 50%;
    border-left: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px 0 28px;
    position: relative;
}

.h_about .conn ul li a {
    display: block;
    position: relative;
    z-index: 2;
}

.h_about .conn ul li p {
    width: 100%;
    height: 100px;
    text-align: center;
}

.h_about .conn ul li p img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    transition: all .5s;
}

.h_about .conn ul li p .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.h_about .conn ul li span {
    display: block;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.h_about .conn ul li em {
    display: block;
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, .5);
}

.h_about .conn ul li:nth-child(3) {
    border-bottom: 0;
}

.h_about .conn ul li:nth-child(4) {
    border-bottom: 0;
}

.h_about .conn .gsjj .more:hover {
    width: 200px;
}

.h_about .conn ul li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    transition: all .5s;
    background: #2dbfcc;
    z-index: 1;
}

.h_about .conn ul li:hover:after {
    height: 100%;
}

.h_about .conn ul li:hover p img {
    transform: scale(1.1);
}

@media screen and (min-width:1440px) and (max-width:1599px) {}

@media screen and (min-width:1360px) and (max-width:1439px) {}

@media screen and (min-width:1280px) and (max-width:1359px) {}

@media screen and (min-width:1080px) and (max-width:1279px) {}

@media screen and (min-width:1024px) and (max-width:1079px) {}

@media screen and (max-width:1023px) and (min-width:768px) {
    .h_about .conn ul li em {
        font-size: 12px;
    }
    .h_about .conn ul li span {
        font-size: 18px;
    }
    .h_about .conn .gsjj .tlt {
        font-size: 26px;
    }
    .h_about .conn .gsjj {
        width: 92%;
        padding: 50px 4% 50px 4%;
        float: none;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
    .h_about .conn ul {
        float: none;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .h_about {
        background-size: cover;
        padding: 0px 0 34px;
    }
    .h_about .conn ul li em {
        font-size: 12px;
    }
    .h_about .conn ul li span {
        font-size: 18px;
    }
    .h_about .conn .gsjj .tlt {
        font-size: 22px;
    }
    .h_about .conn .gsjj {
        width: 92%;
        float: none;
        padding: 20px 3% 20px 5%;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
    .h_about .conn ul {
        float: none;
        width: 100%;
    }
    .h_about .conn .gsjj .more {
        height: 45px;
        line-height: 45px;
    }
}

@media (max-width: 375px) {}

@media (max-width: 320px) {}


/*技术资讯*/

.h_news {
    padding: 0 0 40px;
}

.h_news .hd {
    text-align: center;
    margin-bottom: 50px;
}

.h_news .hd span {
    display: inline-block;
    width: 150px;
    height: 50px;
    font-size: 16px;
    color: #555;
    line-height: 50px;
    text-align: center;
    border: 1px solid #eaeaea;
    margin: 0 5px;
    cursor: pointer;
}

.h_news .hd span:hover {
    border: 1px solid #218e98;
    background: #2dbfcc;
    color: #fff;
}

.h_news .hd span.on {
    border: 1px solid #218e98;
    background: #2dbfcc;
    color: #fff;
}

.h_news .bd ul {
    display: none;
}

.h_news .bd ul.on {
    display: block;
}

.h_news .bd ul li {
    float: left;
    margin-right: 3%;
    width: 31.333333%;
    position: relative;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    visibility: visible !important;
}

.h_news .bd ul li:nth-child(3n) {
    margin-right: 0;
}

.h_news .bd ul li .pic {
    display: block;
    height: 319px;
    overflow: hidden;
    text-align: center;
    background: #fff;
}

.h_news .bd ul li .pic img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    transition: all .5s;
}

.h_news .bd ul li .pic .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.h_news .bd ul li .wz {
    padding: 16px 0 24px;
    position: relative;
}

.h_news .bd ul li .wz .tlt {
    font-size: 18px;
    color: #191919;
    margin-bottom: 5px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.h_news .bd ul li .wz .desc {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    width: 100%;
    height: 50px;
    overflow: hidden;
    margin-bottom: 10px;
}

.h_news .bd ul li .wz a.more {
    display: block;
    height: 26px;
    border: 1px solid #8e8e8e;
    color: #8e8e8e;
    border-radius: 30px;
    text-align: center;
    padding: 0 10px;
    width: 60px;
    line-height: 26px;
}

.h_news .bd ul li .date {
    background: rgba(45, 191, 204, .5);
    text-align: center;
    padding: 10px 10px;
    position: absolute;
    top: 15px;
    right: 20px;
}

.h_news .bd ul li .date p {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 28px;
}

.h_news .bd ul li .date span {
    display: block;
    font-size: 15px;
    color: #fff;
    line-height: 20px;
}

.h_news .bd ul li:hover .wz .tlt {
    color: #2dbfcc;
}

.h_news .bd ul li:hover .wz a.more {
    border: 1px solid #2dbfcc;
    color: #2dbfcc;
}

.h_news .bd ul li:hover .pic img {
    transform: scale(1.1);
}

.h_news .bd ul li:hover {
    box-shadow: 0 10px 20px rgba(6, 32, 79, 0.1);
    position: relative;
}

.h_news .bd ul li:hover .wz {
    padding: 16px 5% 24px;
}

@media screen and (min-width:1440px) and (max-width:1599px) {
    .h_news .bd ul li .pic {
        height: 268px;
    }
}

@media screen and (min-width:1360px) and (max-width:1439px) {
    .h_news .bd ul li .pic {
        height: 253px;
    }
}

@media screen and (min-width:1280px) and (max-width:1359px) {
    .h_news .bd ul li .pic {
        height: 240px;
    }
}

@media screen and (min-width:1080px) and (max-width:1279px) {
    .h_news .bd ul li .pic {
        height: 195px;
    }
}

@media screen and (min-width:1024px) and (max-width:1079px) {
    .h_news .bd ul li .pic {
        height: 195px;
    }
}

@media screen and (max-width:1023px) and (min-width:768px) {
    .h_news .bd ul li .pic {
        height: 144px;
    }
    .h_news {
        padding: 0 0 15px;
    }
}

@media (max-width: 767px) {
    .h_news {
        padding: 0 0 10px;
    }
    .h_news .bd ul li {
        margin-right: 0;
        width: 100%;
        margin-bottom: 25px;
    }
    .h_news .bd ul li .pic {
        height: 226px;
    }
    .h_news .hd span {
        margin: 0 1%;
        width: 30.333333%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        font-size: 15px;
        height: 46px;
        line-height: 46px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .h_news .hd {
        margin-bottom: 25px;
    }
    .h_news .bd ul li .wz .tlt {
        font-size: 16px;
    }
}

@media (max-width: 375px) {}

@media (max-width: 320px) {}


/*底部*/

.h_foot {
    /*background: url(../images/foot_bg.jpg) center center no-repeat;*/
    background: #52aaea;
    padding-top: 0px;
    background-size: cover;
}

.h_foot .hd .f_nav {
    float: left;
    width: 57%;
}

.h_foot .hd .f_nav ul li {
    float: left;
    margin-right: 3%;
    width: 25%;
}

.h_foot .hd .f_nav ul li p {
    font-size: 17px;
    padding-left: 30px;
    color: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.h_foot .hd .f_nav ul li span {
    display: block;
    line-height: 34px;
    font-size: 15px;
    color: #ddd;
    padding-left: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.h_foot .hd .f_nav ul li span a {
    color: #ddd;
}

.h_foot .hd .f_nav ul li span a:hover {
    color: #fff;
}

.h_foot .hd .ewm {
    float: left;
    width: 20%;
    border-left: 1px solid #4d5e92;
}

.h_foot .hd .ewm .conn {
    padding: 0 18% 0 26%;
}

.h_foot .hd .ewm p {
    font-size: 17px;
    padding-left: 30px;
    color: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.h_foot .hd .ewm span {
    display: block;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.h_foot .hd .ewm span img {
    max-width: 100%;
    max-height: 100%;
}

.h_foot .hd .ewm em {
    display: block;
    font-size: 14px;
    color: #ddd;
    text-align: center;
    margin: 10px 0;
}

.h_foot .hd .lxfs {
    float: right;
    width: 22%;
}

.h_foot .hd .lxfs .tel_hd {
    font-size: 14px;
    color: #ddd;
    background: url(../images/foot_tel.png) left center no-repeat;
    padding-left: 20px;
}

.h_foot .hd .lxfs .tel_bd {
    font-size: 24px;
    color: #9fd345;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.h_foot .hd .lxfs ul li {
    overflow: hidden;
    margin-bottom: 5px;
}

.h_foot .hd .lxfs ul li p {
    font-size: 14px;
    color: #ddd;
    display: block;
    float: left;
    width: 20%;
    line-height: 22px;
}

.h_foot .hd .lxfs ul li span {
    font-size: 14px;
    color: #fff;
    display: block;
    float: left;
    width: 70%;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
}

.h_foot .md {
    padding: 50px 0 40px;
}

.link_hd {
    float: left;
    margin-right: 10px;
}

.h_foot .md .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/foot_link_icon.png) center center no-repeat;
    vertical-align: middle;
}

.h_foot .md .tlt {
    display: inline-block;
    font-size: 16px;
    color: #ddd;
    vertical-align: middle;
    margin: 0 5px 0 8px;
}

.h_foot .md .link_bd {}

.h_foot .md .link_bd a {
    display: inline-block;
    color: #ddd;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.h_foot .md .link_bd span {
    display: inline-block;
    color: #ddd;
    font-size: 14px;
    padding: 0 10px;
    line-height: 24px;
    margin-bottom: 5px;
    vertical-align: middle;
}

.h_foot .md .link_bd a:hover {
    color: #fff;
}

.h_foot .bd {
    /*border-top: 1px solid #4b5c90;*/
    padding: 15px 0;
}

.h_foot .bd .l {
    float: left;
    color: #fff;
}

.h_foot .bd .l a {
    color: #fff;
}

.h_foot .bd .l a:hover {
    color: #fff;
}

.h_foot .bd .l img {
    margin-right: 10px;
}

.h_foot .bd .r {
    float: right;
    color: #ddd;
}

.h_foot .bd .r a {
    color: #ddd;
}

.h_foot .bd .r a:hover {
    color: #fff;
}

@media screen and (min-width:1440px) and (max-width:1599px) {}

@media screen and (min-width:1360px) and (max-width:1439px) {}

@media screen and (min-width:1280px) and (max-width:1359px) {}

@media screen and (min-width:1080px) and (max-width:1279px) {
    .h_foot .hd .ewm {
        display: none;
    }
    .h_foot .hd .lxfs {
        width: 35%;
        border-left: 1px solid #4d5e92;
        padding-left: 3%;
    }
}

@media screen and (min-width:1024px) and (max-width:1079px) {
    .h_foot .hd .ewm {
        display: none;
    }
    .h_foot .hd .lxfs {
        width: 35%;
        border-left: 1px solid #4d5e92;
        padding-left: 3%;
    }
}

@media screen and (max-width:1023px) and (min-width:768px) {
    .h_foot {
        padding-top: 30px;
    }
    .h_foot .hd .ewm {
        display: none;
    }
    .h_foot .hd .lxfs {
        display: none;
        width: 35%;
        border-left: 1px solid #4d5e92;
        padding-left: 3%;
    }
    .h_foot .hd .f_nav ul li p {
        font-size: 15px;
    }
    .h_foot .hd .f_nav {
        float: none;
        width: 100%;
    }
    .h_foot .bd .l {
        float: none;
        width: 100%;
        text-align: center;
    }
    .h_foot .bd .r {
        float: none;
        width: 100%;
        text-align: center;
    }
    .h_foot .md {
        padding: 25px 0 25px;
    }
}

@media (max-width: 767px) {
    .h_foot {
        background-size: cover;
        padding-top: 38px;
    }
    .h_foot .hd .ewm {
        display: block;
        width: 100%;
        border-left: 0;
    }
    .h_foot .hd .lxfs {
        display: none;
    }
    .h_foot .hd .f_nav {
        display: none;
        width: 100%;
    }
    .h_foot .bd .l img {
        display: none;
    }
    .h_foot .bd .l {
        float: none;
        width: 100%;
        text-align: center;
    }
    .h_foot .bd .r {
        float: none;
        width: 100%;
        text-align: center;
    }
    .h_foot .hd .ewm p {
        display: none;
    }
    .h_foot .hd .ewm span {
        width: 160px;
        height: 160px;
        padding: 3px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        display: -webkit-box;
        -webkit-box-pack: center;
        -webkit-box-align: center;
        border-radius: 0;
    }
    .h_foot .hd .ewm .conn {
        padding: 0;
    }
    .h_foot .md {
        padding: 25px 0 25px;
        border-top: 1px solid rgba(255, 255, 255, .1);
        margin-top: 12px;
    }
}

@media (max-width: 375px) {}

@media (max-width: 320px) {}


/*右侧漂浮 开始*/

.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 99999;
}

.client-2 li a {
    text-decoration: none;
    display: block;
}

.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
    background: #2ebfcc;
}
@media (max-width:880px) {
  .client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
    /*background: #2ebfcc;*/
}  
}
.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.client-2 .my-kefu-qq i {
    background-position: 0 0;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -30px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 0 0;
}

.client-2 .my-kefu-weixin i {
    background-position: -30px 0;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -30px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 30px;
    height: 30px;
    background-position: -30px -30px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #2ebfcc;
    color: #fff;
    height: 56px;
    width: 247px;
    padding: 9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #2ebfcc;
    width: 97px;
    height: 56px;
    position: relative;
    padding: 9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 115px;
    height: 115px;
}

@media (max-width:880px) {
    .my-kefu-liuyan,
    .my-kefu-weixin,
    .my-kefu-tel-right {
        display: none;
    }
    .client-2 {
        right: 0;
    }
    .client-2 li {
        height: 48px;
        position: static;
        margin: 0;
    }
    .client-2 .my-kefu-tel-main,
    .client-2 .my-kefu-main {
        width: 48px;
        border-radius: 48px;
        height: 40px;
        padding: 4px 0;
    }
    .my-kefu-main {
        background: #22387a !important;
    }
    .client-2 li a p {
        display: none;
    }
    .client-2 .my-kefu-left {
        height: 48px;
    }
    .client-2 .my-kefu-ftop i {
        margin: 4px 0 0 8px;
    }
    .client-2 .my-kefu-ftop {
        margin-top: 10px;
    }
    .client-2 .my-kefu-tel i {
        margin: 6px 0 0 8px;
    }
}


/*右侧漂浮 结束*/


/*Ny_aboutus 开始*/

.Ny_aboutus {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.NyAbout_title {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 40px;
    padding: 0;
}

.NyAbout_title p {
    width: 100%;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.NyAbout_title i {
    display: block;
    width: 30px;
    height: 2px;
    overflow: hidden;
    margin: 9px auto;
    padding: 0;
    background-color: #2dbfcc;
}

.NyAbout_title span {
    display: block;
    width: 100%;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    color: #999;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.NyAbout_title1 p,
.NyAbout_title1 span {
    color: #fff;
}

.NyAbout_title1 i {
    background-color: #fff;
}

.Ny_aboutus .NyAbout_part1 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 40px;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyAbout_part1 .NyAboutPart1_main {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto 40px;
    /*padding: 0 0 88px;*/
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyAboutPart1_main i.NyAboutPart1_xs2 {
    width: 500px;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 80px;
    bottom: 0;
}

.NyAboutPart1_main .NyAboutPart1_data {
    width: 39%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0;
    bottom: 0;
}

.NyAboutPart1_data ul li {
    width: 33.333333%;
    overflow: hidden;
    margin: 0;
    padding: 24px 5px;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyAboutPart1_data ul li img {
    display: block;
    width: 90px;
    height: 90px;
    overflow: hidden;
    margin: 0 auto 10px;
    padding: 0;
}

.NyAboutPart1_data ul li div {
    width: 100%;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    color: #2dbfcc;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 20px;
    padding: 0;
}

.NyAboutPart1_data ul li div i {
    color: #999;
    font-weight: normal;
    font-size: 14px;
    font-style: normal;
}

.NyAboutPart1_data ul li p {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    color: #666;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.NyAboutPart1_data ul li p img {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin: -2px 2px 0 0;
    padding: 0;
}

.NyAboutPart1_main .NyAboutPart1_left {
    width: 58.5%;
    overflow: hidden;
    margin: 40px 0 0;
    padding: 80px;
    background-color: #fff;
    float: left;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyAboutPart1_left i.NyAboutPart1_time {
    width: 100%;
    overflow: hidden;
    line-height: 80px;
    color: #f5f5f5;
    font-size: 72px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 10px;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyAboutPart1_left i.NyAboutPart1_xs1 {
    width: 60px;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 40px;
    right: 80px;
}

.NyAboutPart1_left .NyAboutPart1_name {
    width: 100%;
    overflow: hidden;
    line-height: 38px;
    color: #333;
    font-size: 28px;
    font-weight: bold;
    margin: 0 auto;
    padding: 0;
}

.NyAboutPart1_left i.NyAboutPart1_line {
    display: block;
    width: 60px;
    height: 2px;
    overflow: hidden;
    margin: 20px 0;
    padding: 0;
    background-color: #2dbfcc;
}

.NyAboutPart1_left .NyAboutPart1_p {
    width: 100%;
    height: 240px;
    overflow: hidden;
    line-height: 30px;
    margin: 0 auto;
    padding: 0;
    color: #666;
    font-size: 15px;
    text-align: justify;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.NyAboutPart1_left .NyAboutPart1_p p {
    width: 98%;
    height: 240px;
    overflow-y: scroll;
    line-height: 30px;
    margin: 0 auto;
    padding: 0;
    color: #666;
    font-size: 15px;
    text-align: justify;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    padding-right: 2%;
}


/* 设置滚动条的样式 */

.NyAboutPart1_left .NyAboutPart1_p p::-webkit-scrollbar {
    width: 6px;
}


/* 滚动槽 */

.NyAboutPart1_left .NyAboutPart1_p p::-webkit-scrollbar-track {
    background-color: #fff;
}

.NyAboutPart1_left .NyAboutPart1_p p::-webkit-scrollbar-thumb {
    background-color: #bfbfbf;
    border-radius: 50px;
}


/* 滚动条滑块 */

.NyAboutPart1_left .NyAboutPart1_p p::-webkit-scrollbar-thumb:window-inactive {
    background-color: #bfbfbf;
}

.NyAboutPart1_main .NyAboutPart1_right {
    width: 39%;
    height: 460px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #fff;
    float: right;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyAboutPart1_right img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.NyAboutPart1_right:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.Ny_aboutus .NyAbout_part2 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyAbout_part2 .NyAboutPart2_main {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    background: url(../images/nyaboutpart2_bg.jpg) center center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyAboutPart2_main ul {
    width: 100%;
    max-width: 1600px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyAboutPart2_main ul li {
    width: 25%;
    overflow: hidden;
    margin: 0;
    padding: 220px 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.NyAboutPart2_main ul li:hover {
    background-color: rgba(46, 191, 204, 0.9);
}

.NyAboutPart2_main ul li .NyAboutPart2_icon1,
.NyAboutPart2_main ul li .NyAboutPart2_icon2,
.NyAboutPart2_main ul li .NyAboutPart2_icon3,
.NyAboutPart2_main ul li .NyAboutPart2_icon4 {
    width: 90px;
    height: 90px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.NyAboutPart2_main ul li .NyAboutPart2_icon1 {
    background: url(../images/nyaboutpart2_icon01.png) center center no-repeat;
    background-size: 60px 60px;
}

.NyAboutPart2_main ul li .NyAboutPart2_icon2 {
    background: url(../images/nyaboutpart2_icon02.png) center center no-repeat;
    background-size: 60px 60px;
}

.NyAboutPart2_main ul li .NyAboutPart2_icon3 {
    background: url(../images/nyaboutpart2_icon03.png) center center no-repeat;
    background-size: 60px 60px;
}

.NyAboutPart2_main ul li .NyAboutPart2_icon4 {
    background: url(../images/nyaboutpart2_icon04.png) center center no-repeat;
    background-size: 60px 60px;
}

.NyAboutPart2_main ul li:hover .NyAboutPart2_icon1 {
    background: #fff url(../images/nyaboutpart2_icon1.png) center center no-repeat;
    background-size: 60px 60px;
}

.NyAboutPart2_main ul li:hover .NyAboutPart2_icon2 {
    background: #fff url(../images/nyaboutpart2_icon2.png) center center no-repeat;
    background-size: 60px 60px;
}

.NyAboutPart2_main ul li:hover .NyAboutPart2_icon3 {
    background: #fff url(../images/nyaboutpart2_icon3.png) center center no-repeat;
    background-size: 60px 60px;
}

.NyAboutPart2_main ul li:hover .NyAboutPart2_icon4 {
    background: #fff url(../images/nyaboutpart2_icon4.png) center center no-repeat;
    background-size: 60px 60px;
}

.NyAboutPart2_main ul li .NyAboutPart2_text {
    width: 100%;
    overflow: hidden;
    margin: 20px auto 0;
    padding: 0;
}

.NyAboutPart2_main ul li .NyAboutPart2_text p {
    width: 100%;
    overflow: hidden;
    line-height: 32px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 10px;
    padding: 0
}

.NyAboutPart2_main ul li .NyAboutPart2_text span {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 25px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    height: 50px;
    overflow: hidden;
}

.NyAbout_part2 .NyAboutPart2_idea {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 80px 0;
    background: url(../images/nyaboutpart2_ideabg.jpg) center center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyAboutPart2_idea ul {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyAboutPart2_idea ul li {
    width: 23.5%;
    height: auto;
    margin: 0 2% 0 0;
    padding: 40px 40px 120px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(20, 34, 49, 0.1);
    position: relative;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyAboutPart2_idea ul li:nth-child(4n+4) {
    margin: 0;
}

.NyAboutPart2_idea ul li .NyAboutPart2_ideanum {
    width: 120px;
    height: 90px;
    overflow: hidden;
    line-height: 90px;
    color: rgba(13, 81, 152, 0.1);
    font-size: 108px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 30px;
    right: 30px;
}

.NyAboutPart2_idea ul li .NyAboutPart2_idealine {
    width: 100%;
    height: 3px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: rgba(13, 81, 152, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
}

.NyAboutPart2_idea ul li .NyAboutPart2_idealine i {
    display: block;
    width: 0;
    height: 3px;
    background-color: rgba(13, 81, 152, 1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.NyAboutPart2_idea ul li:hover .NyAboutPart2_idealine i {
    width: 100%;
}

.NyAboutPart2_idea ul li .NyAboutPart2_ideaicon1,
.NyAboutPart2_idea ul li .NyAboutPart2_ideaicon2,
.NyAboutPart2_idea ul li .NyAboutPart2_ideaicon3,
.NyAboutPart2_idea ul li .NyAboutPart2_ideaicon4 {
    width: 90px;
    height: 90px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 40px;
    bottom: 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.NyAboutPart2_idea ul li .NyAboutPart2_ideaicon1 {
    background: url(../images/nyaboutpart2_ideaicon01.png) center center no-repeat;
    background-size: 90px 90px;
}

.NyAboutPart2_idea ul li .NyAboutPart2_ideaicon2 {
    background: url(../images/nyaboutpart2_ideaicon02.png) center center no-repeat;
    background-size: 90px 90px;
}

.NyAboutPart2_idea ul li .NyAboutPart2_ideaicon3 {
    background: url(../images/nyaboutpart2_ideaicon03.png) center center no-repeat;
    background-size: 90px 90px;
}

.NyAboutPart2_idea ul li .NyAboutPart2_ideaicon4 {
    background: url(../images/nyaboutpart2_ideaicon04.png) center center no-repeat;
    background-size: 90px 90px;
}

.NyAboutPart2_idea ul li:hover .NyAboutPart2_ideaicon1 {
    background: url(../images/nyaboutpart2_ideaicon1.png) center center no-repeat;
    background-size: 90px 90px;
}

.NyAboutPart2_idea ul li:hover .NyAboutPart2_ideaicon2 {
    background: url(../images/nyaboutpart2_ideaicon2.png) center center no-repeat;
    background-size: 90px 90px;
}

.NyAboutPart2_idea ul li:hover .NyAboutPart2_ideaicon3 {
    background: url(../images/nyaboutpart2_ideaicon3.png) center center no-repeat;
    background-size: 90px 90px;
}

.NyAboutPart2_idea ul li:hover .NyAboutPart2_ideaicon4 {
    background: url(../images/nyaboutpart2_ideaicon4.png) center center no-repeat;
    background-size: 90px 90px;
}

.NyAboutPart2_idea ul li .NyAboutPart2_ideatext {
    width: 60%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.NyAboutPart2_idea ul li .NyAboutPart2_ideatext .NyAboutPart2_ideatit {
    width: 100%;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto;
    padding: 0;
}

.NyAboutPart2_idea ul li:hover .NyAboutPart2_ideatext .NyAboutPart2_ideatit {
    color: #2dbfcc;
}

.NyAboutPart2_idea ul li .NyAboutPart2_ideatext i {
    display: block;
    width: 30px;
    height: 2px;
    overflow: hidden;
    margin: 15px 0;
    padding: 0;
    background-color: #2dbfcc;
}

.NyAboutPart2_idea ul li .NyAboutPart2_ideatext p {
    width: 100%;
    height: 150px;
    overflow: hidden;
    line-height: 30px;
    color: #666;
    font-size: 15px;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.NyAbout_part3 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 80px 0 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyAboutPart3_list {
    width: 100%;
    max-width: 1600px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyAboutPart3_list ul.content-slider li {
    width: 31%;
    height: auto;
    overflow: hidden;
    margin: 0 3.5% 0 0;
    padding: 0;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyAboutPart3_list ul.content-slider li .NyAboutPart3_img {
    width: 100%;
    height: 320px;
    overflow: hidden;
    margin: 0 auto 10px;
    padding: 20px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyAboutPart3_list ul.content-slider li .NyAboutPart3_img a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #e6edf6;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyAboutPart3_list ul.content-slider li .NyAboutPart3_img a img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.NyAboutPart3_list ul.content-slider li:hover .NyAboutPart3_img a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.NyAboutPart3_list ul.content-slider li .NyAboutPart3_name {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyAboutPart3_list ul.content-slider li .NyAboutPart3_name a {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #555;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
}

.NyAboutPart3_list ul.content-slider li:hover .NyAboutPart3_name a {
    color: #2dbfcc;
    font-weight: bold;
}

.NyAboutPart3_list .item {
    position: relative;
    padding: 0 0 40px;
}

.NyAboutPart3_list .lSPrev,
.NyAboutPart3_list .lSNext {
    background: url(../images/prev04.png) center center no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -80px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    display: none;
}

.NyAboutPart3_list .lSNext {
    background: url(../images/next04.png) center center no-repeat;
    left: inherit;
    right: 50%;
    margin: 0 -80px 0 0;
}

.NyAboutPart3_list .lSSlideOuter .lSPager.lSpg {
    width: 100%;
    overflow: hidden;
    margin: 0!important;
    padding: 0;
    position: absolute;
    bottom: 10px;
}

.NyAboutPart3_list .lSSlideOuter .lSPager.lSpg>li a {
    width: 12px;
    height: 12px;
    background-color: rgb(230, 237, 246);
}

.NyAboutPart3_list .lSSlideOuter .lSPager.lSpg>li:hover a,
.NyAboutPart3_list .lSSlideOuter .lSPager.lSpg>li.active a {
    background-color: #2dbfcc!important;
}

.NyAbout_part4 {
    width: 100%;
    max-width: 1600px;
    height: auto;
    margin: 80px auto;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyAbout_part4 .NyAboutPart4_list {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.NyAboutPart4_list ul li {
    width: 32%;
    height: auto;
    margin: 0 2% 0 0;
    padding: 0;
    background-color: #fff;
    float: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.NyAboutPart4_list ul li:nth-child(3n+3) {
    margin: 0;
}

.NyAboutPart4_list ul li:hover {
    background-color: #2dbfcc;
    box-shadow: 0 10px 20px rgba(20, 34, 49, 0.1);
}

.NyAboutPart4_list ul li .NyAboutPart4_img {
    width: 100%;
    height: 282px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.NyAboutPart4_list ul li .NyAboutPart4_img a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.NyAboutPart4_list ul li .NyAboutPart4_img a img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.NyAboutPart4_list ul li:hover .NyAboutPart4_img a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.NyAboutPart4_list ul li .NyAboutPart4_text {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyAboutPart4_list ul li .NyAboutPart4_text a {
    display: block;
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto 10px;
    padding: 0;
}

.NyAboutPart4_list ul li .NyAboutPart4_text p {
    width: 100%;
    height: 48px;
    overflow: hidden;
    line-height: 24px;
    color: #999;
    font-size: 14px;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.NyAboutPart4_list ul li:hover .NyAboutPart4_text a,
.NyAboutPart4_list ul li:hover .NyAboutPart4_text p {
    color: #fff;
}

@media screen and (width:1600px) {
    .Ny_aboutus .NyAbout_part1 {
        padding: 0;
    }
    .NyAbout_part1 .NyAboutPart1_main {
        max-width: inherit;
        padding: 0 40px 140px;
    }
    .NyAboutPart1_main .NyAboutPart1_data {
        right: 40px;
    }
    .NyAboutPart1_main .NyAboutPart1_right {
        height: 437px;
    }
    .NyAbout_part2 .NyAboutPart2_main {
        padding: 0 40px;
    }
    .NyAboutPart2_main ul {
        max-width: inherit;
    }
    .NyAbout_part2 .NyAboutPart2_idea {
        padding: 80px 40px;
    }
    .NyAbout_part3 {
        padding: 80px 40px 40px;
    }
    .NyAbout_part4 {
        padding: 0 40px;
    }
    .NyAboutPart4_list ul li .NyAboutPart4_img {
        height: 268px;
    }
}

@media screen and (min-width:1440px) and (max-width:1599px) {
    .Ny_aboutus .NyAbout_part1 {
        padding: 0;
    }
    .NyAbout_part1 .NyAboutPart1_main {
        max-width: inherit;
        padding: 0 40px 140px;
    }
    .NyAboutPart1_main .NyAboutPart1_left {
        padding: 80px 40px;
    }
    .NyAboutPart1_main .NyAboutPart1_data {
        right: 40px;
    }
    .NyAboutPart1_left .NyAboutPart1_name {
        line-height: 36px;
        font-size: 26px;
    }
    .NyAboutPart1_left .NyAboutPart1_p,
    .NyAboutPart1_left .NyAboutPart1_p p {
        height: auto;
        -webkit-line-clamp: initial;
    }
    .NyAboutPart1_main .NyAboutPart1_right {
        height: 434px;
        bottom: -49px;
    }
    .NyAboutPart1_main .NyAboutPart1_data {
        height: 180px;
    }
    .NyAboutPart1_left i.NyAboutPart1_xs1 {
        right: 40px;
    }
    .NyAboutPart1_main i.NyAboutPart1_xs2 {
        left: 40px;
    }
    .NyAboutPart1_data ul li {
        padding: 40px 10px;
    }
    .NyAboutPart1_data ul li p {
        line-height: 20px;
        font-size: 14px;
    }
    .NyAbout_part2 .NyAboutPart2_main {
        padding: 0 40px;
    }
    .NyAboutPart2_main ul {
        max-width: inherit;
    }
    .NyAbout_part2 .NyAboutPart2_idea {
        padding: 80px 40px;
    }
    .NyAbout_part3 {
        padding: 80px 40px 40px;
    }
    .NyAboutPart3_list ul.content-slider li .NyAboutPart3_img {
        height: 270px;
    }
    .NyAbout_part4 {
        padding: 0 40px;
    }
    .NyAboutPart4_list ul li .NyAboutPart4_img {
        height: 240px;
    }
}

@media screen and (min-width:1366px) and (max-width:1439px) {
    .Ny_aboutus .NyAbout_part1 {
        padding: 0;
    }
    .NyAbout_part1 .NyAboutPart1_main {
        max-width: inherit;
        padding: 0 40px 140px;
    }
    .NyAboutPart1_main .NyAboutPart1_left {
        padding: 80px 40px;
    }
    .NyAboutPart1_main .NyAboutPart1_data {
        right: 40px;
    }
    .NyAboutPart1_left .NyAboutPart1_name {
        line-height: 36px;
        font-size: 26px;
    }
    .NyAboutPart1_left .NyAboutPart1_p,
    .NyAboutPart1_left .NyAboutPart1_p p {
        height: auto;
        -webkit-line-clamp: initial;
    }
    .NyAboutPart1_main .NyAboutPart1_right {
        height: 467px;
        bottom: -41px;
    }
    .NyAboutPart1_main .NyAboutPart1_data {
        width: 56%;
        height: 180px;
    }
    .NyAboutPart1_data ul li img {
        width: 80px;
        height: 80px;
    }
    .NyAboutPart1_left i.NyAboutPart1_xs1 {
        right: 40px;
    }
    .NyAboutPart1_main i.NyAboutPart1_xs2 {
        width: 480px;
        left: 40px;
    }
    .NyAboutPart1_data ul li {
        padding: 35px 10px;
    }
    .NyAboutPart1_data ul li p {
        line-height: 20px;
        font-size: 14px;
    }
    .NyAbout_part2 .NyAboutPart2_main {
        padding: 0 40px;
    }
    .NyAboutPart2_main ul {
        max-width: inherit;
    }
    .NyAbout_part2 .NyAboutPart2_idea {
        padding: 80px 40px;
    }
    .NyAbout_part3 {
        padding: 80px 40px 40px;
    }
    .NyAboutPart3_list ul.content-slider li .NyAboutPart3_img {
        height: 260px;
    }
    .NyAboutPart2_idea ul li {
        padding: 30px 30px 120px;
    }
    .NyAboutPart2_idea ul li .NyAboutPart2_ideanum {
        font-size: 88px;
        top: 20px;
        right: 20px;
    }
    .NyAboutPart2_idea ul li .NyAboutPart2_ideatext {
        width: 72%;
    }
    .NyAboutPart2_idea ul li .NyAboutPart2_ideaicon1,
    .NyAboutPart2_idea ul li .NyAboutPart2_ideaicon2,
    .NyAboutPart2_idea ul li .NyAboutPart2_ideaicon3,
    .NyAboutPart2_idea ul li .NyAboutPart2_ideaicon4 {
        left: 30px;
        bottom: 20px;
    }
    .NyAbout_part4 {
        padding: 0 40px;
    }
    .NyAboutPart4_list ul li .NyAboutPart4_img {
        height: 227px;
    }
}

@media screen and (min-width:1360px) and (max-width:1365px) {
    .Ny_aboutus .NyAbout_part1 {
        padding: 0;
    }
    .NyAbout_part1 .NyAboutPart1_main {
        max-width: inherit;
        padding: 0 40px 140px;
    }
    .NyAboutPart1_main .NyAboutPart1_left {
        padding: 80px 40px;
    }
    .NyAboutPart1_main .NyAboutPart1_data {
        right: 40px;
    }
    .NyAboutPart1_left .NyAboutPart1_name {
        line-height: 36px;
        font-size: 26px;
    }
    .NyAboutPart1_left .NyAboutPart1_p,
    .NyAboutPart1_left .NyAboutPart1_p p {
        height: auto;
        -webkit-line-clamp: initial;
    }
    .NyAboutPart1_main .NyAboutPart1_right {
        height: 456px;
        bottom: -70px;
    }
    .NyAboutPart1_main .NyAboutPart1_data {
        width: 56%;
        height: 180px;
    }
    .NyAboutPart1_data ul li img {
        width: 80px;
        height: 80px;
    }
    .NyAboutPart1_left i.NyAboutPart1_xs1 {
        right: 40px;
    }
    .NyAboutPart1_main i.NyAboutPart1_xs2 {
        width: 480px;
        left: 40px;
    }
    .NyAboutPart1_data ul li {
        padding: 30px 10px;
    }
    .NyAboutPart1_data ul li p {
        line-height: 22px;
        font-size: 14px;
    }
    .NyAbout_part2 .NyAboutPart2_main {
        padding: 0 40px;
    }
    .NyAboutPart2_main ul {
        max-width: inherit;
    }
    .NyAbout_part2 .NyAboutPart2_idea {
        padding: 80px 40px;
    }
    .NyAbout_part3 {
        padding: 80px 40px 40px;
    }
    .NyAboutPart3_list ul.content-slider li .NyAboutPart3_img {
        height: 260px;
    }
    .NyAboutPart2_idea ul li {
        padding: 30px 30px 120px;
    }
    .NyAboutPart2_idea ul li .NyAboutPart2_ideanum {
        font-size: 88px;
        top: 20px;
        right: 20px;
    }
    .NyAboutPart2_idea ul li .NyAboutPart2_ideatext {
        width: 72%;
    }
    .NyAboutPart2_idea ul li .NyAboutPart2_ideaicon1,
    .NyAboutPart2_idea ul li .NyAboutPart2_ideaicon2,
    .NyAboutPart2_idea ul li .NyAboutPart2_ideaicon3,
    .NyAboutPart2_idea ul li .NyAboutPart2_ideaicon4 {
        left: 30px;
        bottom: 20px;
    }
    .NyAbout_part4 {
        padding: 0 40px;
    }
    .NyAboutPart4_list ul li .NyAboutPart4_img {
        height: 226px;
    }
}

@media screen and (min-width:1280px) and (max-width:1359px) {
    .Ny_aboutus .NyAbout_part1 {
        padding: 0;
    }
    .NyAbout_part1 .NyAboutPart1_main {
        max-width: inherit;
        padding: 0 40px 140px;
    }
    .NyAboutPart1_main .NyAboutPart1_left {
        padding: 80px 40px;
    }
    .NyAboutPart1_main .NyAboutPart1_data {
        right: 40px;
    }
    .NyAboutPart1_left .NyAboutPart1_name {
        line-height: 32px;
        font-size: 24px;
    }
    .NyAboutPart1_left .NyAboutPart1_p,
    .NyAboutPart1_left .NyAboutPart1_p p {
        height: auto;
        -webkit-line-clamp: initial;
    }
    .NyAboutPart1_main .NyAboutPart1_right {
        height: 523px;
        bottom: -41px;
    }
    .NyAboutPart1_main .NyAboutPart1_data {
        width: 56%;
        height: auto;
    }
    .NyAboutPart1_data ul li img {
        width: 72px;
        height: 72px;
    }
    .NyAboutPart1_left i.NyAboutPart1_xs1 {
        right: 40px;
    }
    .NyAboutPart1_main i.NyAboutPart1_xs2 {
        width: 440px;
        left: 40px;
    }
    .NyAboutPart1_data ul li {
        padding: 30px 10px;
    }
    .NyAboutPart1_data ul li div {
        font-size: 54px;
    }
    .NyAboutPart1_data ul li p {
        line-height: 20px;
        font-size: 14px;
    }
    .NyAbout_part2 .NyAboutPart2_main {
        padding: 0 40px;
    }
    .NyAboutPart2_main ul {
        max-width: inherit;
    }
    .NyAboutPart2_main ul li {
        padding: 160px 20px;
    }
    .NyAbout_part2 .NyAboutPart2_idea {
        padding: 80px 40px;
    }
    .NyAbout_part3 {
        padding: 80px 40px 40px;
    }
    .NyAboutPart3_list ul.content-slider li .NyAboutPart3_img {
        height: 240px;
    }
    .NyAboutPart2_idea ul li {
        padding: 30px 30px 120px;
    }
    .NyAboutPart2_idea ul li .NyAboutPart2_ideanum {
        font-size: 88px;
        top: 20px;
        right: 20px;
    }
    .NyAboutPart2_idea ul li .NyAboutPart2_ideatext {
        width: 72%;
    }
    .NyAboutPart2_idea ul li .NyAboutPart2_ideaicon1,
    .NyAboutPart2_idea ul li .NyAboutPart2_ideaicon2,
    .NyAboutPart2_idea ul li .NyAboutPart2_ideaicon3,
    .NyAboutPart2_idea ul li .NyAboutPart2_ideaicon4 {
        left: 30px;
        bottom: 20px;
    }
    .NyAbout_part4 {
        padding: 0 40px;
    }
    .NyAboutPart4_list ul li .NyAboutPart4_img {
        height: 226px;
    }
}

@media screen and (min-width:1200px) and (max-width:1279px) {
    .Ny_aboutus .NyAbout_part1 {
        padding: 0;
    }
    .NyAbout_part1 .NyAboutPart1_main {
        max-width: inherit;
        padding: 0 40px 120px;
    }
    .NyAboutPart1_main .NyAboutPart1_left {
        padding: 80px 40px;
    }
    .NyAboutPart1_main .NyAboutPart1_data {
        right: 40px;
    }
    .NyAboutPart1_left .NyAboutPart1_name {
        line-height: 32px;
        font-size: 24px;
    }
    .NyAboutPart1_left .NyAboutPart1_p,
    .NyAboutPart1_left .NyAboutPart1_p p {
        height: auto;
        -webkit-line-clamp: initial;
    }
    .NyAboutPart1_main .NyAboutPart1_right {
        height: 504px;
        bottom: -41px;
    }
    .NyAboutPart1_main .NyAboutPart1_data {
        width: 56%;
        height: auto;
    }
    .NyAboutPart1_data ul li img {
        width: 65px;
        height: 65px;
    }
    .NyAboutPart1_left i.NyAboutPart1_xs1 {
        right: 40px;
    }
    .NyAboutPart1_main i.NyAboutPart1_xs2 {
        width: 400px;
        left: 40px;
    }
    .NyAboutPart1_data ul li {
        padding: 30px 10px;
    }
    .NyAboutPart1_data ul li div {
        font-size: 54px;
    }
    .NyAboutPart1_data ul li p {
        line-height: 20px;
        font-size: 14px;
    }
    .NyAbout_part2 .NyAboutPart2_main {
        padding: 0 40px;
    }
    .NyAboutPart2_main ul {
        max-width: inherit;
    }
    .NyAboutPart2_main ul li {
        padding: 160px 20px;
    }
    .NyAbout_part2 .NyAboutPart2_idea {
        padding: 80px 40px;
    }
    .NyAbout_part3 {
        padding: 80px 40px 40px;
    }
    .NyAboutPart3_list ul.content-slider li .NyAboutPart3_img {
        height: 220px;
    }
    .NyAboutPart2_idea ul li {
        padding: 30px 30px 120px;
    }
    .NyAboutPart2_idea ul li .NyAboutPart2_ideanum {
        font-size: 80px;
        top: 10px;
        right: 10px;
    }
    .NyAboutPart2_idea ul li .NyAboutPart2_ideatext {
        width: 84%;
    }
    .NyAboutPart2_idea ul li .NyAboutPart2_ideaicon1,
    .NyAboutPart2_idea ul li .NyAboutPart2_ideaicon2,
    .NyAboutPart2_idea ul li .NyAboutPart2_ideaicon3,
    .NyAboutPart2_idea ul li .NyAboutPart2_ideaicon4 {
        left: 30px;
        bottom: 20px;
    }
    .NyAbout_part4 {
        padding: 0 40px;
    }
    .NyAboutPart4_list ul li .NyAboutPart4_img {
        height: 198px;
    }
}

@media screen and (min-width:1080px) and (max-width:1199px) {
    .Ny_aboutus .NyAbout_part1 {
        padding: 0;
    }
    .NyAbout_part1 .NyAboutPart1_main {
        max-width: inherit;
        padding: 0 40px 120px;
    }
    .NyAboutPart1_main .NyAboutPart1_left {
        margin: 0;
        padding: 80px 40px;
    }
    .NyAboutPart1_main .NyAboutPart1_data {
        right: 40px;
    }
    .NyAboutPart1_left .NyAboutPart1_name {
        line-height: 32px;
        font-size: 24px;
    }
    .NyAboutPart1_left i.NyAboutPart1_time {
        line-height: 72px;
        font-size: 64px;
    }
    .NyAboutPart1_left .NyAboutPart1_p,
    .NyAboutPart1_left .NyAboutPart1_p p {
        height: auto;
        -webkit-line-clamp: initial;
    }
    .NyAboutPart1_main .NyAboutPart1_right {
        height: 494px;
        bottom: -41px;
    }
    .NyAboutPart1_main .NyAboutPart1_data {
        width: 56%;
        height: auto;
    }
    .NyAboutPart1_data ul li img {
        width: 64px;
        height: 64px;
    }
    .NyAboutPart1_left i.NyAboutPart1_xs1 {
        right: 40px;
    }
    .NyAboutPart1_main i.NyAboutPart1_xs2 {
        width: 380px;
        left: 40px;
    }
    .NyAboutPart1_data ul li {
        padding: 30px 10px;
    }
    .NyAboutPart1_data ul li div {
        font-size: 50px;
    }
    .NyAboutPart1_data ul li p {
        line-height: 20px;
        font-size: 14px;
    }
    .NyAbout_part2 .NyAboutPart2_main {
        padding: 0 40px;
    }
    .NyAboutPart2_main ul {
        max-width: inherit;
    }
    .NyAboutPart2_main ul li {
        padding: 220px 20px;
    }
    .NyAbout_part2 .NyAboutPart2_idea {
        padding: 80px 40px;
    }
    .NyAbout_part3 {
        padding: 80px 40px 40px;
    }
    .NyAboutPart3_list ul.content-slider li .NyAboutPart3_img {
        height: 190px;
        padding: 10px;
    }
    .NyAboutPart2_idea ul li {
        padding: 20px 20px 100px;
    }
    .NyAboutPart2_idea ul li .NyAboutPart2_ideanum {
        width: 100px;
        height: 80px;
        line-height: 80px;
        font-size: 80px;
        top: 0;
        right: 0;
    }
    .NyAboutPart2_idea ul li .NyAboutPart2_ideatext {
        width: 88%;
    }
    .NyAboutPart2_idea ul li .NyAboutPart2_ideaicon1,
    .NyAboutPart2_idea ul li .NyAboutPart2_ideaicon2,
    .NyAboutPart2_idea ul li .NyAboutPart2_ideaicon3,
    .NyAboutPart2_idea ul li .NyAboutPart2_ideaicon4 {
        left: 30px;
        bottom: 20px;
    }
    .NyAbout_part4 {
        padding: 0 40px;
    }
    .NyAboutPart4_list ul li .NyAboutPart4_img {
        height: 176px;
    }
}

@media screen and (min-width:1024px) and (max-width:1079px) {
    .Ny_aboutus .NyAbout_part1 {
        padding: 0;
    }
    .NyAbout_part1 .NyAboutPart1_main {
        max-width: inherit;
        padding: 0 40px 120px;
    }
    .NyAboutPart1_main .NyAboutPart1_left {
        margin: 0;
        padding: 80px 40px;
    }
    .NyAboutPart1_main .NyAboutPart1_data {
        right: 40px;
    }
    .NyAboutPart1_left .NyAboutPart1_name {
        line-height: 32px;
        font-size: 24px;
    }
    .NyAboutPart1_left i.NyAboutPart1_time {
        line-height: 72px;
        font-size: 64px;
    }
    .NyAboutPart1_left .NyAboutPart1_p,
    .NyAboutPart1_left .NyAboutPart1_p p {
        height: initial;
        -webkit-line-clamp: initial;
    }
    .NyAboutPart1_main .NyAboutPart1_right {
        height: 525px;
        bottom: -41px;
    }
    .NyAboutPart1_main .NyAboutPart1_data {
        width: 56%;
        height: 180px;
    }
    .NyAboutPart1_data ul li img {
        width: 64px;
        height: 64px;
    }
    .NyAboutPart1_left i.NyAboutPart1_xs1 {
        right: 40px;
    }
    .NyAboutPart1_main i.NyAboutPart1_xs2 {
        width: 360px;
        left: 40px;
    }
    .NyAboutPart1_data ul li {
        padding: 30px 10px;
    }
    .NyAboutPart1_data ul li div {
        font-size: 48px;
    }
    .NyAboutPart1_data ul li p {
        line-height: 20px;
        font-size: 14px;
    }
    .NyAbout_part2 .NyAboutPart2_main {
        padding: 0 40px;
    }
    .NyAboutPart2_main ul {
        max-width: inherit;
    }
    .NyAboutPart2_main ul li {
        padding: 160px 20px;
    }
    .NyAboutPart2_main ul li .NyAboutPart2_text span {
        font-size: 14px;
    }
    .NyAbout_part2 .NyAboutPart2_idea {
        padding: 80px 40px 60px;
    }
    .NyAbout_part3 {
        padding: 80px 40px 40px;
    }
    .NyAboutPart3_list ul.content-slider li .NyAboutPart3_img {
        height: 180px;
        padding: 10px;
    }
    .NyAboutPart2_idea ul li {
        width: 48.5%;
        margin: 0 3% 20px 0;
    }
    .NyAboutPart2_idea ul li:nth-child(2n+2) {
        margin: 0 0 20px;
    }
    .NyAbout_part4 {
        padding: 0 40px;
    }
    .NyAboutPart4_list ul li .NyAboutPart4_img {
        height: 167px;
    }
}

@media screen and (max-width:1023px) and (min-width:768px) {
    .NyAbout_title {
        margin: 0 auto 20px;
    }
    .NyAbout_title p {
        font-size: 30px;
    }
    .NyAbout_title span {
        font-size: 14px;
    }
    .Ny_aboutus .NyAbout_part1 {
        padding: 0;
    }
    .NyAbout_part1 .NyAboutPart1_main {
        max-width: inherit;
        margin: 0 auto;
        padding: 0 40px 54px;
    }
    .NyAboutPart1_main .NyAboutPart1_left {
        width: 100%;
        margin: 0 auto;
        padding: 80px 40px 0;
        float: inherit;
    }
    .NyAboutPart1_left .NyAboutPart1_name {
        line-height: 32px;
        font-size: 24px;
    }
    .NyAboutPart1_left i.NyAboutPart1_time {
        line-height: 72px;
        font-size: 64px;
    }
    .NyAboutPart1_left .NyAboutPart1_p,
    .NyAboutPart1_left .NyAboutPart1_p p {
        height: auto;
        -webkit-line-clamp: initial;
    }
    .NyAboutPart1_main .NyAboutPart1_right {
        width: 100%;
        height: auto;
        padding: 40px;
        float: inherit;
    }
    .NyAboutPart1_right img {
        position: inherit;
        left: inherit;
        top: inherit;
        right: inherit;
        bottom: inherit;
        left: inherit;
    }
    .NyAboutPart1_main .NyAboutPart1_data {
        width: 100%;
        height: auto;
        position: inherit;
        right: inherit;
        bottom: inherit;
    }
    .NyAboutPart1_data ul li img {
        width: 64px;
        height: 64px;
    }
    .NyAboutPart1_left i.NyAboutPart1_xs1 {
        right: 40px;
    }
    .NyAboutPart1_main i.NyAboutPart1_xs2 {
        width: 480px;
        left: 40px;
    }
    .NyAboutPart1_data ul li {
        padding: 30px 20px;
    }
    .NyAboutPart1_data ul li div {
        font-size: 48px;
    }
    .NyAboutPart1_data ul li p {
        line-height: 20px;
        font-size: 14px;
    }
    .NyAbout_part2 .NyAboutPart2_main {
        padding: 0 40px;
    }
    .NyAboutPart2_main ul {
        max-width: inherit;
    }
    .NyAboutPart2_main ul li {
        padding: 100px 20px;
    }
    .NyAboutPart2_main ul li .NyAboutPart2_text p {
        line-height: 24px;
        font-size: 18px;
    }
    .NyAboutPart2_main ul li .NyAboutPart2_text span {
        line-height: 20px;
        font-size: 14px;
    }
    .NyAbout_part2 .NyAboutPart2_idea {
        padding: 40px 40px 20px;
    }
    .NyAbout_part3 {
        padding: 40px 40px 20px;
    }
    .NyAboutPart3_list ul.content-slider li .NyAboutPart3_img {
        height: 280px;
    }
    .NyAboutPart2_idea ul li {
        width: 48.5%;
        margin: 0 3% 20px 0;
    }
    .NyAboutPart2_idea ul li:nth-child(2n+2) {
        margin: 0 0 20px;
    }
    .NyAbout_part4 {
        margin: 40px auto;
        padding: 0 40px;
    }
    .NyAboutPart4_list ul li .NyAboutPart4_img {
        height: 122px;
    }
}

@media (max-width: 767px) {
    .NyAbout_title {
        margin: 0 auto 20px;
    }
    .NyAbout_title p {
        line-height: 32px;
        font-size: 28px;
    }
    .NyAbout_title span {
        font-size: 14px;
    }
    .Ny_aboutus .NyAbout_part1 {
        padding: 0;
    }
    .NyAbout_part1 .NyAboutPart1_main {
        max-width: inherit;
        margin: 0 auto;
        padding: 0 20px 40px;
    }
    .NyAboutPart1_main .NyAboutPart1_left {
        width: 100%;
        margin: 0 auto;
        padding: 60px 20px 0;
        float: inherit;
    }
    .NyAboutPart1_left .NyAboutPart1_name {
        line-height: 30px;
        font-size: 22px;
    }
    .NyAboutPart1_left i.NyAboutPart1_line {
        width: 40px;
    }
    .NyAboutPart1_left i.NyAboutPart1_time {
        line-height: 60px;
        font-size: 48px;
    }
    .NyAboutPart1_left .NyAboutPart1_p,
    .NyAboutPart1_left .NyAboutPart1_p p {
        height: auto;
        line-height: 24px;
        font-size: 14px;
        -webkit-line-clamp: initial;
    }
    .NyAboutPart1_main .NyAboutPart1_right {
        width: 100%;
        height: auto;
        padding: 20px;
        float: inherit;
    }
    .NyAboutPart1_right img {
        position: inherit;
        left: inherit;
        top: inherit;
        right: inherit;
        bottom: inherit;
        left: inherit;
    }
    .NyAboutPart1_main .NyAboutPart1_data {
        width: 100%;
        height: auto;
        position: inherit;
        right: inherit;
        bottom: inherit;
    }
    .NyAboutPart1_data ul li {
        width: 50%;
    }
    .NyAboutPart1_data ul li img {
        width: 72px;
        height: 72px;
    }
    .NyAboutPart1_left i.NyAboutPart1_xs1 {
        width: 40px;
        top: 10px;
        right: 10px;
    }
    .NyAboutPart1_main i.NyAboutPart1_xs2 {
        width: 80%;
        left: 20px;
    }
    .NyAboutPart1_data ul {
        padding: 10px 0;
    }
    .NyAboutPart1_data ul li {
        padding: 0 10px;
    }
    .NyAboutPart1_data ul li div {
        font-size: 32px;
        margin: 0 auto 0px;
    }
    .NyAboutPart1_data ul li p {
        height: 40px;
        line-height: 20px;
        font-size: 14px;
    }
    .NyAbout_part2 .NyAboutPart2_main {
        padding: 20px;
    }
    .NyAboutPart2_main ul {
        max-width: inherit;
        border-left: 0;
    }
    .NyAboutPart2_main ul li {
        width: 100%;
        margin: 0 auto;
        padding: 40px 20px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        float: inherit;
    }
    .NyAboutPart2_main ul li .NyAboutPart2_text p {
        line-height: 24px;
        font-size: 18px;
    }
    .NyAboutPart2_main ul li .NyAboutPart2_text span {
        line-height: 20px;
        font-size: 14px;
    }
    .NyAbout_part2 .NyAboutPart2_idea {
        padding: 40px 20px 20px;
    }
    .NyAboutPart2_idea ul li .NyAboutPart2_ideatext {
        width: 80%;
    }
    .NyAbout_part3 {
        padding: 40px 20px 20px;
    }
    .NyAboutPart3_list ul.content-slider li .NyAboutPart3_img {
        height: 150px;
        padding: 10px;
    }
    .NyAboutPart3_list .lSPrev {
        margin: 0 0 0 -70px;
    }
    .NyAboutPart3_list .lSNext {
        margin: 0 -70px 0 0;
    }
    .NyAboutPart3_list ul.content-slider li .NyAboutPart3_name a {
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }
    .NyAboutPart3_list .item {
        padding: 0 0 10px;
    }
    .NyAboutPart3_list .lSSlideOuter .lSPager.lSpg {
        bottom: 0;
    }
    .NyAboutPart3_list .lSSlideOuter .lSPager.lSpg>li a {
        width: 10px;
        height: 10px;
    }
    .NyAboutPart2_idea ul li {
        width: 100%;
        margin: 0 auto 20px;
    }
    .NyAboutPart2_idea ul li:nth-child(2n+2) {
        margin: 0 auto 20px;
    }
    .NyAbout_part4 {
        margin: 40px auto;
        padding: 0 20px;
    }
    .NyAboutPart4_list ul li {
        width: 100%;
        margin: 0 auto 20px;
    }
    .NyAboutPart4_list ul li:nth-child(3n+3) {
        margin: 0 auto;
    }
    .NyAboutPart4_list ul li .NyAboutPart4_img {
        height: 206px;
    }
}

@media (max-width: 375px) {
    .NyAboutPart1_left i.NyAboutPart1_time {
        font-size: 44px;
    }
    .NyAboutPart1_left i.NyAboutPart1_line {
        margin: 12px 0;
    }
    .NyAboutPart2_idea ul li {
        padding: 30px 30px 100px;
    }
    .NyAboutPart2_idea ul li .NyAboutPart2_ideaicon1,
    .NyAboutPart2_idea ul li .NyAboutPart2_ideaicon2,
    .NyAboutPart2_idea ul li .NyAboutPart2_ideaicon3,
    .NyAboutPart2_idea ul li .NyAboutPart2_ideaicon4 {
        left: 30px;
        bottom: 20px;
    }
    .NyAboutPart2_main ul li .NyAboutPart2_text p {
        line-height: 28px;
        font-size: 22px;
    }
    .NyAboutPart3_list ul.content-slider li .NyAboutPart3_img {
        height: 132px;
    }
    .NyAboutPart3_list ul.content-slider li .NyAboutPart3_name a {
        height: 24px;
        line-height: 24px;
        font-size: 14px;
    }
    .NyAboutPart4_list ul li .NyAboutPart4_img {
        height: 185px;
    }
}

@media (max-width: 320px) {
    .NyAbout_part1 .NyAboutPart1_main {
        padding: 0 20px 70px;
    }
    .NyAboutPart1_data ul li {
        width: 100%;
        float: inherit;
    }
    .NyAboutPart1_data ul li div {
        margin: 0 auto 12px;
    }
    .NyAboutPart1_data ul li p {
        height: auto;
    }
    .NyAboutPart2_idea ul li {
        padding: 20px 20px 100px;
    }
    .NyAboutPart2_idea ul li .NyAboutPart2_ideanum {
        width: 100px;
        height: 80px;
        line-height: 80px;
        font-size: 88px;
        right: 20px;
        bottom: 20px;
    }
    .NyAboutPart3_list ul.content-slider li .NyAboutPart3_img {
        height: 106px;
    }
    .NyAboutPart4_list ul li .NyAboutPart4_img {
        height: 154px;
    }
    .NyAboutPart1_left i.NyAboutPart1_time {
        font-size: 36px;
    }
}


/*关于我们-发展历程 开始*/

.ly_AboutHistory {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 40px 0;
    background: #fff url(../images/abouthistory_bg.jpg) center center no-repeat;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ly_AboutHistory .lyAboutHistory_main {
    width: 100%;
    min-height: 360px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lyAboutHistory_main i {
    display: block;
    width: 100%;
    height: 1px;
    overflow: hidden;
    margin: -0.5px 0 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    top: 50%;
}

.lyAboutHistory_main ul li {
    width: 16.666666%;
    height: 360px;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lyAboutHistory_main ul li p {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin: 0 0 40px;
    padding: 0 20px;
    position: absolute;
    bottom: 50%;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lyAboutHistory_main ul li img {
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin: -20px 0 0 -20px;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
}

.lyAboutHistory_main ul li .abhis_time {
    width: 100%;
    overflow: hidden;
    line-height: 48px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin: 40px 0 0;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lyAboutHistory_main ul li .abhis_time span {}

.lyAboutHistory_main ul li:nth-child(2n+2) p {
    bottom: inherit;
    top: 50%;
    margin: 40px 0 0;
}

.lyAboutHistory_main ul li:nth-child(2n+2) .abhis_time {
    bottom: 50%;
    top: inherit;
    margin: 0 0 40px;
}

@media screen and (width:1600px) {}

@media screen and (min-width:1440px) and (max-width:1599px) {}

@media screen and (min-width:1360px) and (max-width:1439px) {}

@media screen and (min-width:1280px) and (max-width:1359px) {}

@media screen and (max-width:1279px) and (min-width:1080px) {
    .lyAboutHistory_main ul li p {
        line-height: 24px;
        font-size: 14px;
    }
    .lyAboutHistory_main ul li .abhis_time {
        line-height: 40px;
        font-size: 32px;
    }
}

@media screen and (max-width:1079px) and (min-width:1024px) {
    .ly_AboutHistory {
        padding: 0;
    }
    .ly_AboutHistory .lyAboutHistory_main {
        padding: 40px 0 0;
    }
    .lyAboutHistory_main i {
        width: 1px;
        height: 100%;
        margin: 0;
        left: 20%;
        top: 0;
    }
    .lyAboutHistory_main ul li {
        width: 100%;
        height: auto;
        margin: 0 auto 40px;
        float: inherit;
    }
    .lyAboutHistory_main ul li p {
        width: 80%;
        margin: 0;
        padding: 9px 40px;
        text-align: left;
        position: inherit;
        left: inherit;
        top: inherit;
        right: inherit;
        bottom: inherit;
        float: left;
    }
    .lyAboutHistory_main ul li img {
        margin: 0 0 0 -20px;
        position: absolute;
        left: 20%;
        top: 4px;
        right: inherit;
        bottom: inherit;
    }
    .lyAboutHistory_main ul li .abhis_time {
        width: 20%;
        margin: 0;
        font-size: 32px;
        position: inherit;
        left: inherit;
        top: inherit;
        right: inherit;
        bottom: inherit;
        float: left;
    }
    .lyAboutHistory_main ul li:nth-child(2n+2) p {
        bottom: inherit;
        top: inherit;
        margin: 0;
    }
    .lyAboutHistory_main ul li:nth-child(2n+2) .abhis_time {
        bottom: inherit;
        top: inherit;
        margin: 0;
    }
}

@media screen and (max-width:1023px) and (min-width:768px) {
    .ly_AboutHistory {
        padding: 0;
    }
    .ly_AboutHistory .lyAboutHistory_main {
        padding: 40px 0 10px;
    }
    .lyAboutHistory_main i {
        width: 1px;
        height: 100%;
        margin: 0;
        left: 25%;
        top: 0;
    }
    .lyAboutHistory_main ul li {
        width: 100%;
        height: auto;
        margin: 0 auto 20px;
        float: inherit;
    }
    .lyAboutHistory_main ul li p {
        width: 75%;
        margin: 0;
        padding: 9px 40px;
        text-align: left;
        position: inherit;
        left: inherit;
        top: inherit;
        right: inherit;
        bottom: inherit;
        float: left;
    }
    .lyAboutHistory_main ul li img {
        margin: 0 0 0 -20px;
        position: absolute;
        left: 25%;
        top: 4px;
        right: inherit;
        bottom: inherit;
    }
    .lyAboutHistory_main ul li .abhis_time {
        width: 25%;
        margin: 0;
        font-size: 32px;
        position: inherit;
        left: inherit;
        top: inherit;
        right: inherit;
        bottom: inherit;
        float: left;
    }
    .lyAboutHistory_main ul li:nth-child(2n+2) p {
        bottom: inherit;
        top: inherit;
        margin: 0;
    }
    .lyAboutHistory_main ul li:nth-child(2n+2) .abhis_time {
        bottom: inherit;
        top: inherit;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .ly_AboutHistory {
        padding: 0;
    }
    .ly_AboutHistory .lyAboutHistory_main {
        padding: 40px 0 10px;
    }
    .lyAboutHistory_main i {
        width: 1px;
        height: 100%;
        margin: 0;
        left: 36%;
        top: 0;
    }
    .lyAboutHistory_main ul li {
        width: 100%;
        height: auto;
        margin: 0 auto 20px;
        float: inherit;
    }
    .lyAboutHistory_main ul li p {
        width: 64%;
        margin: 0;
        padding: 8px 20px 8px 30px;
        line-height: 24px;
        font-size: 14px;
        text-align: justify;
        word-break: break-all;
        position: inherit;
        left: inherit;
        top: inherit;
        right: inherit;
        bottom: inherit;
        float: left;
    }
    .lyAboutHistory_main ul li img {
        margin: 0 0 0 -20px;
        position: absolute;
        left: 36%;
        top: 0;
        right: inherit;
        bottom: inherit;
    }
    .lyAboutHistory_main ul li .abhis_time {
        width: 36%;
        line-height: 40px;
        margin: 0;
        font-size: 28px;
        position: inherit;
        left: inherit;
        top: inherit;
        right: inherit;
        bottom: inherit;
        float: left;
    }
    .lyAboutHistory_main ul li:nth-child(2n+2) p {
        bottom: inherit;
        top: inherit;
        margin: 0;
    }
    .lyAboutHistory_main ul li:nth-child(2n+2) .abhis_time {
        bottom: inherit;
        top: inherit;
        margin: 0;
    }
    .lyAboutHistory_main ul li .abhis_time span {
        font-size: 22px;
    }
}

@media (max-width: 375px) {
    .lyAboutHistory_main i {
        left: 32%;
    }
    .lyAboutHistory_main ul li p {
        width: 68%;
    }
    .lyAboutHistory_main ul li img {
        left: 32%;
    }
    .lyAboutHistory_main ul li .abhis_time {
        width: 32%;
        font-size: 28px;
    }
    .lyAboutHistory_main ul li .abhis_time span {
        display: none;
    }
}

@media (max-width: 320px) {
    .lyAboutHistory_main ul li p {
        padding: 8px 20px;
    }
    .lyAboutHistory_main ul li .abhis_time {
        font-size: 26px;
    }
    .lyAboutHistory_main ul li .abhis_time span {
        display: none;
    }
}


/*关于我们-发展历程 结束*/


/*Ny_aboutus 结束*/


/*Ny_banner 开始*/

.Ny_banner {
    width: 100%;
    height: 600px;
    overflow: hidden;
    margin: 0 auto;
    padding: 240px 0 0;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
   
}
 /*新增开始*/
@media screen and (min-width:1080px) {
    .Ny_banner {
    margin-top: 90px;
}
#fullpage{
    margin-top: 90px;
}

}
 /*新增结束*/
.Ny_banner img {
    display: block;
    width: 1920px;
    height: 600px;
    overflow: hidden;
    margin: -300px 0 0 -960px;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
}

.Ny_banner .NyBa_text {
    width: 100%;
    max-width: 1600px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyBa_text p {
    width: 100%;
    overflow: hidden;
    line-height: 52px;
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    margin: 0 auto;
    padding: 0;
}

.NyBa_text p font {
    color: rgba(255, 255, 255, 0.5);
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 0 20px;
    text-transform: uppercase
}

.NyBa_text em {
    display: block;
    width: 60px;
    height: 5px;
    overflow: hidden;
    margin: 24px 0;
    padding: 0;
    background-color: #fff;
}

.NyBa_text span {
    display: block;
    width: 100%;
    max-height: 64px;
    overflow: hidden;
    line-height: 32px;
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

@media screen and (width:1600px) {
    .Ny_banner {
        height: 560px;
        padding: 220px 0 0;
    }
    .Ny_banner img {
        display: block;
        width: 1792px;
        height: 560px;
        overflow: hidden;
        margin: -280px 0 0 -896px;
    }
    .Ny_banner .NyBa_text {
        max-width: inherit;
        padding: 0 40px;
    }
}

@media screen and (min-width:1440px) and (max-width:1599px) {
    .Ny_banner {
        height: 500px;
        padding: 200px 0 0;
    }
    .Ny_banner img {
        display: block;
        width: 1600px;
        height: 500px;
        overflow: hidden;
        margin: -250px 0 0 -800px;
    }
    .Ny_banner .NyBa_text {
        max-width: inherit;
        padding: 0 40px;
    }
}

@media screen and (min-width:1360px) and (max-width:1439px) {
    .Ny_banner {
        height: 500px;
        padding: 200px 0 0;
    }
    .Ny_banner img {
        display: block;
        width: 1600px;
        height: 500px;
        overflow: hidden;
        margin: -250px 0 0 -800px;
    }
    .Ny_banner .NyBa_text {
        max-width: inherit;
        padding: 0 40px;
    }
}

@media screen and (min-width:1280px) and (max-width:1359px) {
    .Ny_banner {
        height: 440px;
        padding: 180px 0 0;
    }
    .Ny_banner img {
        display: block;
        width: 1408px;
        height: 440px;
        overflow: hidden;
        margin: -220px 0 0 -704px;
    }
    .Ny_banner .NyBa_text {
        max-width: inherit;
        padding: 0 40px;
    }
    .NyBa_text p {
        line-height: 48px;
        font-size: 40px;
    }
    .NyBa_text p font {
        font-size: 32px;
    }
    .NyBa_text span {
        max-height: 60px;
        line-height: 30px;
        font-size: 16px;
    }
    .NyBa_text em {
        width: 56px;
        height: 4px;
    }
}

@media screen and (min-width:1080px) and (max-width:1279px) {
    .Ny_banner {
        height: 440px;
        padding: 180px 0 0;
    }
    .Ny_banner img {
        display: block;
        width: 1408px;
        height: 440px;
        overflow: hidden;
        margin: -220px 0 0 -704px;
    }
    .Ny_banner .NyBa_text {
        max-width: inherit;
        padding: 0 40px;
    }
    .NyBa_text p {
        line-height: 48px;
        font-size: 40px;
    }
    .NyBa_text p font {
        font-size: 32px;
    }
    .NyBa_text span {
        max-height: 60px;
        line-height: 30px;
        font-size: 16px;
    }
    .NyBa_text em {
        width: 56px;
        height: 4px;
    }
}

@media screen and (min-width:1024px) and (max-width:1079px) {
    .Ny_banner {
        height: 400px;
        padding: 160px 0 0;
    }
    .Ny_banner img {
        display: block;
        width: 1280px;
        height: 400px;
        overflow: hidden;
        margin: -200px 0 0 -640px;
    }
    .Ny_banner .NyBa_text {
        max-width: inherit;
        padding: 0 40px;
    }
    .NyBa_text p {
        line-height: 48px;
        font-size: 40px;
    }
    .NyBa_text p font {
        font-size: 32px;
    }
    .NyBa_text span {
        max-height: 60px;
        line-height: 30px;
        font-size: 16px;
    }
    .NyBa_text em {
        width: 56px;
        height: 4px;
    }
}

@media screen and (max-width:1023px) and (min-width:768px) {
    .Ny_banner {
        height: 360px;
        padding: 150px 0 0;
    }
    .Ny_banner img {
        display: block;
        width: 1152px;
        height: 360px;
        overflow: hidden;
        margin: -180px 0 0 -576px;
    }
    .Ny_banner .NyBa_text {
        max-width: inherit;
        padding: 0 40px;
    }
    .NyBa_text p {
        line-height: 40px;
        font-size: 36px;
    }
    .NyBa_text p font {
        font-size: 28px;
    }
    .NyBa_text span {
        max-height: 60px;
        line-height: 30px;
        font-size: 15px;
    }
    .NyBa_text em {
        width: 48px;
        height: 3px;
        margin: 20px 0;
    }
}

@media (max-width: 767px) {
    .Ny_banner {
        height: 250px;
        padding: 100px 0 0;
    }
    .Ny_banner img {
        display: block;
        width: 800px;
        height: 250px;
        overflow: hidden;
        margin: -125px 0 0 -400px;
    }
    .Ny_banner .NyBa_text {
        max-width: inherit;
        padding: 0 20px;
    }
    .NyBa_text p {
        line-height: 30px;
        font-size: 28px;
    }
    .NyBa_text p font {
        font-size: 20px;
        margin: 0 0 0 10px;
    }
    .NyBa_text span {
        max-height: 48px;
        line-height: 24px;
        font-size: 14px;
    }
    .NyBa_text em {
        width: 40px;
        height: 2px;
        margin: 12px 0;
    }
}

@media (max-width: 375px) {
    .Ny_banner {
        height: 240px;
        padding: 100px 0 0;
    }
    .Ny_banner img {
        display: block;
        width: 768px;
        height: 240px;
        overflow: hidden;
        margin: -120px 0 0 -384px;
    }
    .Ny_banner .NyBa_text {
        max-width: inherit;
        padding: 0 20px;
    }
    .NyBa_text p {
        line-height: 30px;
        font-size: 24px;
    }
    .NyBa_text p font {
        font-size: 18px;
        margin: 0 0 0 10px;
    }
    .NyBa_text span {
        max-height: 48px;
        line-height: 24px;
        font-size: 14px;
    }
    .NyBa_text em {
        width: 40px;
        height: 2px;
        margin: 10px 0;
    }
}

@media (max-width: 320px) {
    .NyBa_text p {
        line-height: 24px;
        font-size: 18px;
    }
    .NyBa_text p font {
        font-size: 14px;
    }
}


/*Ny_banner 结束*/


/*面包屑 开始*/

.Ny_mbx {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.Ny_mbx .NyMbx_main {
    width: 100%;
    max-width: 1600px;
    height: auto;
    min-height: 40px;
    margin: 0 auto;
    padding: 0 0 0 24px;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyMbx_main img {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 10px;
}

.NyMbx_main p {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    color: #999;
    font-size: 14px;
    margin: 0 auto;
    padding: 5px 0;
}

.NyMbx_main p a {
    color: #666;
}

.NyMbx_main p a span {
    color: #666;
}

.NyMbx_main p a:hover {
    color: #2dbfcc;
}

.NyMbx_main p a:hover span {
    color: #2dbfcc;
}

.NyMbx_main p span {
    color: #999;
}

@media screen and (width:1600px) {
    .Ny_mbx {
        padding: 20px 40px;
    }
    .Ny_mbx .NyMbx_main {
        max-width: inherit;
    }
}

@media screen and (min-width:1024px) and (max-width:1599px) {
    .Ny_mbx {
        padding: 20px 40px;
    }
    .Ny_mbx .NyMbx_main {
        max-width: inherit;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .Ny_mbx {
        padding: 10px 40px;
    }
    .Ny_mbx .NyMbx_main {
        max-width: inherit;
    }
}

@media (max-width: 767px) {
    .Ny_mbx {
        padding: 10px 20px;
    }
    .Ny_mbx .NyMbx_main {
        max-width: inherit;
    }
}

@media (max-width: 375px) {}

@media (max-width: 320px) {}


/*面包屑 结束*/


/*Ny_menu 开始*/

.Ny_menu {
    width: 100%;
    overflow: hidden;
    margin: 40px auto;
    padding: 0;
}

.Ny_menu .NyMenu_list {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyMenu_list a {
    display: inline-block;
    height: 48px;
    overflow: hidden;
    line-height: 48px;
    color: #333;
    font-size: 16px;
    margin: 0 10px;
    padding: 0 30px;
    background-color: #fff;
    border-radius: 24px;
}

.NyMenu_list a:hover,
.NyMenu_list a.NyMenu_on {
    color: #fff;
    background-color: #2dbfcc;
}

@media screen and (max-width:1023px) and (min-width:768px) {
    .Ny_menu {
        margin: 20px auto 20px;
    }
}

@media (max-width: 767px) {
    .Ny_menu {
        margin: 20px auto 14px;
    }
    .NyMenu_list a {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        margin: 0 5px 10px;
        padding: 0 15px;
    }
}

@media (max-width: 375px) {
    .NyMenu_list a {
        font-size: 14px;
        padding: 0 12px;
    }
}

@media (max-width: 320px) {
    .NyMenu_list a {}
}


/*Ny_menu 结束*/

.Ny_main {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


/*NyNew_tj 开始*/

.NyNew_tj {
    width: 100%;
    height: auto;
    margin: 0 auto 40px;
    padding: 0;
}

.NyNew_tj ul li {
    float: left;
    margin-right: 3%;
    width: 31.333333%;
    position: relative;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.NyNew_tj ul li:nth-child(3n) {
    margin-right: 0;
}

.NyNew_tj ul li .pic {
    display: block;
    height: 319px;
    overflow: hidden;
    text-align: center;
    background: #fff;
}

.NyNew_tj ul li .pic img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    transition: all .5s;
}

.NyNew_tj ul li .pic .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.NyNew_tj ul li .wz {
    padding: 16px 5% 24px;
    position: relative;
    background: #fff;
}

.NyNew_tj ul li .wz .tlt {
    font-size: 18px;
    color: #191919;
    margin-bottom: 5px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.NyNew_tj ul li .wz .desc {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    width: 100%;
    height: 50px;
    overflow: hidden;
    margin-bottom: 10px;
}

.NyNew_tj ul li .wz a.more {
    display: block;
    height: 26px;
    border: 1px solid #8e8e8e;
    color: #8e8e8e;
    border-radius: 30px;
    text-align: center;
    padding: 0 10px;
    width: 60px;
    line-height: 26px;
}

.NyNew_tj ul li .date {
    background: rgba(45, 191, 204, .5);
    text-align: center;
    padding: 10px 10px;
    position: absolute;
    top: 15px;
    right: 20px;
}

.NyNew_tj ul li .date p {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 28px;
}

.NyNew_tj ul li .date span {
    display: block;
    font-size: 15px;
    color: #fff;
    line-height: 20px;
}

.NyNew_tj ul li:hover .wz .tlt {
    color: #2dbfcc;
}

.NyNew_tj ul li:hover .wz a.more {
    border: 1px solid #2dbfcc;
    color: #2dbfcc;
}

.NyNew_tj ul li:hover .pic img {
    transform: scale(1.1);
}

.NyNew_tj ul li:hover {
    box-shadow: 0 10px 20px rgba(6, 32, 79, 0.1);
    position: relative;
}

.NyNew_tj ul li:hover .wz {
    padding: 16px 5% 24px;
}

@media screen and (width:1600px) {
    .Ny_main {
        max-width: inherit;
        padding: 0 40px;
    }
}

@media screen and (min-width:1440px) and (max-width:1599px) {
    .Ny_main {
        max-width: inherit;
        padding: 0 40px;
    }
    .NyNew_tj ul li .pic {
        height: 268px;
    }
}

@media screen and (min-width:1366px) and (max-width:1439px) {
    .Ny_main {
        max-width: inherit;
        padding: 0 40px;
    }
    .NyNew_tj ul li .pic {
        height: 253px;
    }
}

@media screen and (min-width:1360px) and (max-width:1365px) {
    .Ny_main {
        max-width: inherit;
        padding: 0 40px;
    }
    .NyNew_tj ul li .pic {
        height: 240px;
    }
}

@media screen and (min-width:1280px) and (max-width:1359px) {
    .Ny_main {
        max-width: inherit;
        padding: 0 40px;
    }
    .NyNew_tj ul li .pic {
        height: 240px;
    }
}

@media screen and (min-width:1200px) and (max-width:1279px) {
    .Ny_main {
        max-width: inherit;
        padding: 0 40px;
    }
    .NyNew_tj ul li .pic {
        height: 195px;
    }
}

@media screen and (min-width:1080px) and (max-width:1199px) {
    .Ny_main {
        max-width: inherit;
        padding: 0 40px;
    }
    .NyNew_tj ul li .pic {
        height: 195px;
    }
}

@media screen and (min-width:1024px) and (max-width:1079px) {
    .Ny_main {
        max-width: inherit;
        padding: 0 40px;
    }
    .NyNew_tj ul li .pic {
        height: 195px;
    }
}

@media screen and (max-width:1023px) and (min-width:768px) {
    .Ny_main {
        max-width: inherit;
        padding: 0 40px;
    }
    .NyNew_tj ul li .pic {
        height: 144px;
    }
}

@media (max-width: 767px) {
    .Ny_main {
        max-width: inherit;
        padding: 0 20px;
    }
    .NyNew_tj ul li {
        margin-right: 0;
        width: 100%;
        margin-bottom: 25px;
    }
    .NyNew_tj ul li .pic {
        height: 212px;
    }
    .NyNew_tj ul li .wz .tlt {
        font-size: 16px;
    }
}

@media (max-width: 375px) {}

@media (max-width: 320px) {}


/*NyNew_tj 结束*/


/*NyNew_list 开始*/

.NyNew_list {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.NyNew_list ul li {
    width: 100%;
    height: auto;
    min-height: 200px;
    margin: 0 auto 40px;
    padding: 20px 40px 20px 340px;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyNew_list ul li:last-child {
    margin: 0 auto;
}

.NyNew_list ul li:hover {
    box-shadow: 0 10px 20px rgba(20, 34, 49, 0.1);
}

.NyNew_list ul li .NyNewList_img {
    width: 320px;
    height: 160px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 20px;
    top: 20px;
}

.NyNew_list ul li .NyNewList_img a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.NyNew_list ul li .NyNewList_img a img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.NyNew_list ul li:hover .NyNewList_img a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.NyNew_list ul li .NyNewList_text {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 5px 0 5px 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyNew_list ul li .NyNewList_text .NyNewList_name {
    width: 100%;
    height: 40px;
    overflow: hidden;
    margin: 0 auto 20px;
    padding: 0 180px 0 0;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyNew_list ul li .NyNewList_text .NyNewList_name a {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
}

.NyNew_list ul li:hover .NyNewList_text .NyNewList_name a {
    color: #2dbfcc;
}

.NyNew_list ul li .NyNewList_text .NyNewList_name span {
    display: block;
    width: 140px;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #999;
    font-size: 22px;
    text-align: center;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.NyNew_list ul li .NyNewList_text .NyNewList_con {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 180px 0 0;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyNew_list ul li .NyNewList_text .NyNewList_con p {
    width: 100%;
    height: 90px;
    overflow: hidden;
    line-height: 30px;
    color: #666;
    font-size: 15px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
}

.NyNew_list ul li .NyNewList_text .NyNewList_con a {
    display: block;
    width: 140px;
    height: 40px;
    overflow: hidden;
    line-height: 38px;
    color: #666;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    position: absolute;
    top: 25px;
    right: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.NyNew_list ul li .NyNewList_text .NyNewList_con a:hover {
    color: #fff;
    background-color: #2dbfcc;
    border: 1px solid #2dbfcc;
}

.NyNew_list ul li .NyNewList_text .NyNewList_con a i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -4px 0 0 8px;
    padding: 0;
    vertical-align: middle;
    background: url(../images/jt6.png) center center no-repeat;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.NyNew_list ul li .NyNewList_text .NyNewList_con a:hover i {
    background: url(../images/jt2.png) center center no-repeat;
    margin: -4px 0 0 16px;
}


/*换页 开始*/

.Ny_page {
    width: 100%;
    height: 40px;
    text-align: center;
    margin: 40px auto;
    padding: 0;
}

.Ny_page a {
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    line-height: 38px;
    color: #666;
    font-size: 16px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #eaeaea;
    margin: 0 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.Ny_page a:hover,
.Ny_page a.pnnum1 {
    color: #fff;
    background-color: #2ebfcc;
    border: 1px solid #2ebfcc;
}

.Ny_page a.NyPg_prev,
.Ny_page a.NyPg_next {
    width: 60px;
}

.Ny_page a.NyPg_prev {
    background: #fff url(../images/prev1.png) center center no-repeat;
}

.Ny_page a.NyPg_next {
    background: #fff url(../images/next1.png) center center no-repeat;
}

.Ny_page a.NyPg_prev:hover {
    background: #2ebfcc url(../images/prev2.png) center center no-repeat;
}

.Ny_page a.NyPg_next:hover {
    background: #2ebfcc url(../images/next2.png) center center no-repeat;
}


/*换页 结束*/


/*新闻详情 开始*/

.NyNew_detail {
    width: 100%;
    overflow: hidden;
    margin: 40px auto;
    padding: 40px;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyNew_detail h1 {
    width: 100%;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 32px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.NyNew_detail .NyNewDetail_time {
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #999;
    font-size: 14px;
    text-align: center;
    margin: 20px auto;
    padding: 0;
}

.NyNewDetail_time img {
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    vertical-align: middle;
    margin: -2px 4px 0 0;
    padding: 0;
}

.NyNew_detail .NyNewDetail_ms {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 30px;
    padding: 20px;
    background-color: #f2f3f6;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyNewDetail_ms p {
    width: 100%;
    height: 60px;
    overflow: hidden;
    line-height: 30px;
    color: #999;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.NyNewDetail_ms p em.Mszy {
    display: inline-block;
    width: 72px;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    border-radius: 15px;
    margin: -3px 10px 0 0;
    padding: 0;
    background-color: #2dbfcc;
    vertical-align: middle;
}

.NyNew_detail .NyNewDetail_con {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.NyNewDetail_con p,
.NyNewDetail_con div {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    color: #666;
    font-size: 15px;
    text-align: justify;
    margin: 0 auto;
    padding: 0;
}

.NyNewDetail_con p span,
.NyNewDetail_con span,
.NyNewDetail_con p em,
.NyNewDetail_con em {
    color: #666!important;
    font-size: 15px;
}

.NyNewDetail_con table tr td p {
    text-indent: 0!important;
}

.NyNewDetail_con p img {
    display: inline-block;
    width: auto!important;
    height: auto!important;
    max-width: 100%;
    margin: 0px auto;
    padding: 0;
    text-indent: 0!important;
}

.Ny_prev_next {
    width: 100%;
    overflow: hidden;
    margin: 40px auto;
    padding: 0;
}

.Ny_prev_next ul li {
    width: 49%;
    overflow: hidden;
    margin: 0 2% 0 0;
    padding: 0;
    float: left;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #333;
    font-size: 16px;
}

.Ny_prev_next ul li:nth-child(2n+2) {
    margin: 0;
}

.Ny_prev_next ul li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    font-size: 16px;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.Ny_prev_next ul li:nth-child(2n+2) a {
    text-align: right;
}

.Ny_prev_next ul li:hover {
    color: #fff;
    background-color: #2dbfcc;
}

.Ny_prev_next ul li:hover a {
    color: #fff;
}


/*新闻详情 结束*/

@media screen and (width:1600px) {}

@media screen and (min-width:1440px) and (max-width:1599px) {}

@media screen and (min-width:1360px) and (max-width:1439px) {
    .NyNew_detail h1 {
        font-size: 30px;
    }
}

@media screen and (min-width:1280px) and (max-width:1359px) {
    .NyNew_list ul li {
        min-height: 160px;
        margin: 0 auto 20px;
        padding: 20px 20px 20px 260px;
    }
    .NyNew_list ul li .NyNewList_img {
        width: 240px;
        height: 120px;
    }
    .NyNew_list ul li .NyNewList_text {
        padding: 5px 0 5px 20px;
    }
    .NyNew_list ul li .NyNewList_text .NyNewList_name {
        margin: 0 auto 10px;
        padding: 0 160px 0 0;
    }
    .NyNew_list ul li .NyNewList_text .NyNewList_name a {
        font-size: 18px;
    }
    .NyNew_list ul li .NyNewList_text .NyNewList_name span {
        font-size: 18px;
    }
    .NyNew_list ul li .NyNewList_text .NyNewList_con {
        padding: 0 160px 0 0;
    }
    .NyNew_list ul li .NyNewList_text .NyNewList_con p {
        height: 56px;
        line-height: 28px;
        color: #666;
        font-size: 14px;
        -webkit-line-clamp: 2;
    }
    .NyNew_list ul li .NyNewList_text .NyNewList_con a {
        top: 8px;
    }
    .NyNew_detail h1 {
        line-height: 36px;
        font-size: 28px;
    }
}

@media screen and (min-width:1200px) and (max-width:1279px) {
    .NyNew_list ul li {
        min-height: 160px;
        margin: 0 auto 20px;
        padding: 20px 20px 20px 260px;
    }
    .NyNew_list ul li .NyNewList_img {
        width: 240px;
        height: 120px;
    }
    .NyNew_list ul li .NyNewList_text {
        padding: 5px 0 5px 20px;
    }
    .NyNew_list ul li .NyNewList_text .NyNewList_name {
        margin: 0 auto 10px;
        padding: 0 160px 0 0;
    }
    .NyNew_list ul li .NyNewList_text .NyNewList_name a {
        font-size: 18px;
    }
    .NyNew_list ul li .NyNewList_text .NyNewList_name span {
        font-size: 16px;
    }
    .NyNew_list ul li .NyNewList_text .NyNewList_con {
        padding: 0 160px 0 0;
    }
    .NyNew_list ul li .NyNewList_text .NyNewList_con p {
        height: 56px;
        line-height: 28px;
        color: #666;
        font-size: 14px;
        -webkit-line-clamp: 2;
    }
    .NyNew_list ul li .NyNewList_text .NyNewList_con a {
        top: 8px;
    }
    .NyNew_detail h1 {
        line-height: 36px;
        font-size: 28px;
    }
}

@media screen and (min-width:1080px) and (max-width:1199px) {
    .NyNew_list ul li {
        min-height: 160px;
        margin: 0 auto 20px;
        padding: 20px 20px 20px 260px;
    }
    .NyNew_list ul li .NyNewList_img {
        width: 240px;
        height: 120px;
    }
    .NyNew_list ul li .NyNewList_text {
        padding: 5px 0 5px 20px;
    }
    .NyNew_list ul li .NyNewList_text .NyNewList_name {
        margin: 0 auto 10px;
        padding: 0 140px 0 0;
    }
    .NyNew_list ul li .NyNewList_text .NyNewList_name a {
        font-size: 18px;
    }
    .NyNew_list ul li .NyNewList_text .NyNewList_name span {
        width: 120px;
        font-size: 16px;
    }
    .NyNew_list ul li .NyNewList_text .NyNewList_con {
        padding: 0 140px 0 0;
    }
    .NyNew_list ul li .NyNewList_text .NyNewList_con p {
        height: 56px;
        line-height: 28px;
        color: #666;
        font-size: 14px;
        -webkit-line-clamp: 2;
    }
    .NyNew_list ul li .NyNewList_text .NyNewList_con a {
        width: 120px;
        top: 8px;
    }
    .NyNew_detail h1 {
        line-height: 36px;
        font-size: 28px;
    }
    .Ny_prev_next ul li {
        width: 100%;
        margin: 0 auto 20px;
    }
    .Ny_prev_next ul li:nth-child(2n+2) {
        margin: 0 auto;
    }
    .Ny_prev_next ul li:nth-child(2n+2) a {
        text-align: left;
    }
}

@media screen and (min-width:1024px) and (max-width:1079px) {
    .NyNew_list ul li {
        min-height: 160px;
        margin: 0 auto 20px;
        padding: 20px 20px 20px 260px;
    }
    .NyNew_list ul li .NyNewList_img {
        width: 240px;
        height: 120px;
    }
    .NyNew_list ul li .NyNewList_text {
        padding: 5px 0 5px 20px;
    }
    .NyNew_list ul li .NyNewList_text .NyNewList_name {
        margin: 0 auto 10px;
        padding: 0 140px 0 0;
    }
    .NyNew_list ul li .NyNewList_text .NyNewList_name a {
        font-size: 18px;
    }
    .NyNew_list ul li .NyNewList_text .NyNewList_name span {
        width: 120px;
        font-size: 16px;
    }
    .NyNew_list ul li .NyNewList_text .NyNewList_con {
        padding: 0 140px 0 0;
    }
    .NyNew_list ul li .NyNewList_text .NyNewList_con p {
        height: 56px;
        line-height: 28px;
        color: #666;
        font-size: 14px;
        -webkit-line-clamp: 2;
    }
    .NyNew_list ul li .NyNewList_text .NyNewList_con a {
        width: 120px;
        top: 8px;
    }
    .NyNew_detail {
        padding: 20px;
    }
    .NyNew_detail h1 {
        line-height: 32px;
        font-size: 24px;
    }
    .NyNew_detail .NyNewDetail_time {
        margin: 10px auto;
    }
    .NyNew_detail .NyNewDetail_ms {
        margin: 0 auto 20px;
    }
    .Ny_prev_next ul li {
        width: 100%;
        margin: 0 auto 20px;
    }
    .Ny_prev_next ul li:nth-child(2n+2) {
        margin: 0 auto;
    }
    .Ny_prev_next ul li:nth-child(2n+2) a {
        text-align: left;
    }
}

@media screen and (max-width:1023px) and (min-width:768px) {
    .NyNew_list ul li {
        min-height: 160px;
        margin: 0 auto 20px;
        padding: 20px 20px 20px 260px;
    }
    .NyNew_list ul li .NyNewList_img {
        width: 240px;
        height: 120px;
    }
    .NyNew_list ul li .NyNewList_text {
        padding: 0 0 0 20px;
    }
    .NyNew_list ul li .NyNewList_text .NyNewList_name {
        height: auto;
        margin: 0 auto 10px;
        padding: 0;
    }
    .NyNew_list ul li .NyNewList_text .NyNewList_name a {
        height: 32px;
        line-height: 32px;
        font-size: 16px;
    }
    .NyNew_list ul li .NyNewList_text .NyNewList_name span {
        width: 100%;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        text-align: left;
        margin: 10px 0 0;
        position: inherit;
        top: inherit;
        right: inherit;
    }
    .NyNew_list ul li .NyNewList_text .NyNewList_con {
        padding: 0;
    }
    .NyNew_list ul li .NyNewList_text .NyNewList_con p {
        height: 48px;
        line-height: 24px;
        color: #666;
        font-size: 14px;
        -webkit-line-clamp: 2;
    }
    .NyNew_list ul li .NyNewList_text .NyNewList_con a {
        width: 120px;
        top: 8px;
        display: none;
    }
    .NyNew_detail {
        padding: 20px;
    }
    .NyNew_detail h1 {
        line-height: 30px;
        font-size: 22px;
    }
    .NyNew_detail .NyNewDetail_time {
        margin: 10px auto;
    }
    .NyNew_detail .NyNewDetail_ms {
        margin: 0 auto 20px;
    }
    .Ny_prev_next ul li {
        width: 100%;
        margin: 0 auto 20px;
    }
    .Ny_prev_next ul li a {
        height: 48px;
        padding: 4px 20px;
        font-size: 15px;
    }
    .Ny_prev_next ul li:nth-child(2n+2) {
        margin: 0 auto;
    }
    .Ny_prev_next ul li:nth-child(2n+2) a {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .NyNew_list ul li {
        min-height: 160px;
        margin: 0 auto 20px;
        padding: 12px;
    }
    .NyNew_list ul li .NyNewList_img {
        width: 100%;
        height: 175px;
        position: inherit;
        left: inherit;
        top: inherit;
        margin: 0 0 10px;
    }
    .NyNew_list ul li .NyNewList_text {
        padding: 0;
    }
    .NyNew_list ul li .NyNewList_text .NyNewList_name {
        height: auto;
        margin: 0 auto 10px;
        padding: 0;
    }
    .NyNew_list ul li .NyNewList_text .NyNewList_name a {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .NyNew_list ul li .NyNewList_text .NyNewList_name span {
        width: 100%;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        text-align: left;
        margin: 0;
        position: inherit;
        top: inherit;
        right: inherit;
    }
    .NyNew_list ul li .NyNewList_text .NyNewList_con {
        padding: 0;
    }
    .NyNew_list ul li .NyNewList_text .NyNewList_con p {
        height: 48px;
        line-height: 24px;
        color: #666;
        font-size: 14px;
        -webkit-line-clamp: 2;
    }
    .NyNew_list ul li .NyNewList_text .NyNewList_con a {
        width: 120px;
        top: 8px;
        display: none;
    }
    .Ny_page {
        height: 48px;
        margin: 20px auto;
    }
    .Ny_page a {
        display: none;
    }
    .Ny_page a.NyPg_prev,
    .Ny_page a.NyPg_next {
        display: inline-block;
        width: 80px;
        height: 44px;
        line-height: 42px;
    }
    .NyNew_detail {
        margin: 20px auto;
        padding: 20px;
    }
    .NyNew_detail h1 {
        line-height: 28px;
        font-size: 18px;
    }
    .NyNew_detail .NyNewDetail_time {
        line-height: 24px;
        margin: 10px auto;
    }
    .NyNew_detail .NyNewDetail_ms {
        margin: 0 auto 20px;
        padding: 12px;
    }
    .NyNewDetail_ms p {
        height: auto;
        max-height: 84px;
        line-height: 28px;
        font-size: 14px;
        -webkit-line-clamp: 3;
    }
    .NyNewDetail_ms p em.Mszy {
        width: 68px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
    }
    .NyNewDetail_con p,
    .NyNewDetail_con div {
        line-height: 26px;
        font-size: 14px;
    }
    .NyNewDetail_con p span,
    .NyNewDetail_con span,
    .NyNewDetail_con p em,
    .NyNewDetail_con em {
        font-size: 14px;
    }
    .Ny_prev_next {
        margin: 20px auto;
    }
    .Ny_prev_next ul li {
        width: 100%;
        margin: 0 auto 10px;
    }
    .Ny_prev_next ul li a {
        height: 48px;
        padding: 4px 20px;
        font-size: 14px;
    }
    .Ny_prev_next ul li:nth-child(2n+2) {
        margin: 0 auto;
    }
    .Ny_prev_next ul li:nth-child(2n+2) a {
        text-align: left;
    }
}

@media (max-width: 375px) {
    .NyNew_list ul li .NyNewList_img {
        height: 156px;
    }
}

@media (max-width: 320px) {
    .NyNew_list ul li .NyNewList_img {
        height: 128px;
    }
}


/*NyNew_list 结束*/


/*内页-产品中心 开始*/

.ly_NyProducts {
    width: 100%;
    min-height: 480px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ly_NyProducts .lyNyPro_main {
    width: 100%;
    max-width: 1600px;
    height: auto;
    margin: 40px auto 0;
    padding: 0;
}

.lyNyPro_main .lyNyPro_left {
    width: 23%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: left;
}

.lyNyPro_main .lyNyPro_right {
    width: 74.5%;
    height: auto;
    margin: 0;
    padding: 0;
    float: right;
}

.lyNyPro_right .lyNyPro_list {
    width: 100%;
    height: auto;
    margin: 0 auto -20px;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.lyNyPro_list ul {
    width: 100%;
    max-width: 1600px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.lyNyPro_list ul li {
    width: 32%;
    height: auto;
    margin: 0 2% 20px 0;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(20, 49, 49, 0.1);
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.lyNyPro_list ul li:nth-child(3n+3) {
    margin: 0 0 20px;
}

.lyNyPro_list ul li .pic {
    display: block;
    height: 319px;
    overflow: hidden;
    text-align: center;
    background: #fff;
    margin-bottom: 14px;
}

.lyNyPro_list ul li .pic img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    transition: all .5s;
}

.lyNyPro_list ul li .pic .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.lyNyPro_list ul li .wz .tlt {
    display: block;
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.lyNyPro_list ul li .wz em {
    display: block;
    width: 40px;
    height: 3px;
    background: #2dbfcc;
    margin: 10px 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.lyNyPro_list ul li .wz .desc {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    height: 44px;
    overflow: hidden;
    margin-bottom: 16px;
}

.lyNyPro_list ul li .wz .btn {
    overflow: hidden;
}

.lyNyPro_list ul li .wz .btn a {
    display: block;
    float: left;
    width: 45%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #dedede;
    color: #555;
}

.lyNyPro_list ul li .wz .btn a.bu2 {
    float: right;
}

.lyNyPro_list ul li:hover {
    background: #2dbfcc;
}

.lyNyPro_list ul li:hover .pic img {
    transform: scale(1.1);
}

.lyNyPro_list ul li:hover .tlt {
    color: #fff;
}

.lyNyPro_list ul li:hover .wz em {
    width: 100%;
    background: #fff;
}

.lyNyPro_list ul li:hover .wz .desc {
    color: #fff;
}

.lyNyPro_list ul li:hover .wz .btn a {
    border: 1px solid #fff;
    color: #fff;
}

.lyNyPro_list ul li .wz .btn a:hover {
    background: #309ba5;
    color: #fff;
    border: 1px solid #309ba5;
}

@media screen and (width:1600px) {
    .ly_NyProducts {
        padding: 0 40px;
    }
    .ly_NyProducts .lyNyPro_main {
        max-width: inherit;
    }
    .lyNyPro_list ul {
        max-width: inherit;
    }
}

@media screen and (min-width:1440px) and (max-width:1599px) {
    .ly_NyProducts {
        padding: 0 40px;
    }
    .ly_NyProducts .lyNyPro_main {
        max-width: inherit;
    }
    .lyNyPro_list ul {
        max-width: inherit;
    }
    .lyNyPro_list ul li .NyPro_con .NyPro_name a {
        font-size: 15px;
    }
}

@media screen and (min-width:1360px) and (max-width:1439px) {
    .ly_NyProducts {
        padding: 0 40px;
    }
    .ly_NyProducts .lyNyPro_main {
        max-width: inherit;
    }
    .lyNyPro_list ul {
        max-width: inherit;
    }
    .lyNyPro_list ul li .NyPro_con .NyPro_name a {
        font-size: 15px;
    }
    .lyNyPro_list ul li .NyPro_con .NyPro_img {
        height: 180px;
    }
    .lyNyPro_list ul li:hover .NyPro_con .NyPro_name {
        padding: 50px 10px 10px;
    }
}

@media screen and (min-width:1280px) and (max-width:1359px) {
    .ly_NyProducts {
        padding: 0 40px;
    }
    .ly_NyProducts .lyNyPro_main {
        max-width: inherit;
    }
    .lyNyPro_list ul {
        max-width: inherit;
    }
    .lyNyPro_list ul li .NyPro_con .NyPro_name a {
        font-size: 15px;
    }
    .lyNyPro_list ul li .NyPro_con .NyPro_img {
        height: 170px;
    }
    .lyNyPro_list ul li:hover .NyPro_con .NyPro_name {
        padding: 60px 10px 10px;
    }
    .lyNyPro_list ul li:hover .NyPro_con .NyPro_name a i {
        margin: 0 auto 20px;
    }
}

@media screen and (min-width:1080px) and (max-width:1279px) {
    .ly_NyProducts {
        padding: 0 40px;
    }
    .ly_NyProducts .lyNyPro_main {
        max-width: inherit;
    }
    .lyNyPro_main .lyNyPro_left {
        width: 30%;
    }
    .lyNyPro_main .lyNyPro_right {
        width: 66%;
    }
    .lyNyPro_list ul {
        max-width: inherit;
    }
    .lyNyPro_list ul li {
        width: 48.5%;
        margin: 0 3% 20px 0;
    }
    .lyNyPro_list ul li:nth-child(3n+3) {
        margin: 0 3% 20px 0;
    }
    .lyNyPro_list ul li:nth-child(2n+2) {
        margin: 0 0 20px;
    }
    .lyNyPro_list ul li .NyPro_con .NyPro_name a {
        font-size: 15px;
    }
    .lyNyPro_list ul li .NyPro_con .NyPro_img {
        height: 192px;
    }
    .lyNyPro_list ul li:hover .NyPro_con .NyPro_name {
        padding: 60px 10px 10px;
    }
    .lyNyPro_list ul li:hover .NyPro_con .NyPro_name a i {
        margin: 0 auto 20px;
    }
}

@media screen and (min-width:1024px) and (max-width:1079px) {
    .ly_NyProducts {
        padding: 0 40px;
    }
    .ly_NyProducts .lyNyPro_main {
        max-width: inherit;
    }
    .lyNyPro_main .lyNyPro_left {
        width: 100%;
    }
    .lyNyPro_main .lyNyPro_right {
        width: 100%;
    }
    .lyNyPro_right .lyNyPro_list {
        margin: 0 auto -30px;
    }
    .lyNyPro_list ul {
        max-width: inherit;
    }
    .lyNyPro_list ul li {
        width: 48.5%;
        margin: 0 3% 30px 0;
    }
    .lyNyPro_list ul li:nth-child(3n+3) {
        margin: 0 3% 30px 0;
    }
    .lyNyPro_list ul li:nth-child(2n+2) {
        margin: 0 0 30px;
    }
    .lyNyPro_list ul li .NyPro_con .NyPro_img {
        height: 220px;
    }
    .lyNyPro_list ul li:hover .NyPro_con .NyPro_name {
        padding: 60px 10px 10px;
    }
    .lyNyPro_list ul li:hover .NyPro_con .NyPro_name a i {
        margin: 0 auto 20px;
    }
}

@media screen and (max-width:1023px) and (min-width:768px) {
    .ly_NyProducts {
        padding: 0 40px;
    }
    .ly_NyProducts .lyNyPro_main {
        max-width: inherit;
    }
    .lyNyPro_main .lyNyPro_left {
        width: 100%;
    }
    .lyNyPro_main .lyNyPro_right {
        width: 100%;
    }
    .lyNyPro_right .lyNyPro_list {
        margin: 0 auto -30px;
    }
    .lyNyPro_list ul {
        max-width: inherit;
    }
    .lyNyPro_list ul li {
        width: 48.5%;
        margin: 0 3% 30px 0;
    }
    .lyNyPro_list ul li:nth-child(3n+3) {
        margin: 0 3% 30px 0;
    }
    .lyNyPro_list ul li:nth-child(2n+2) {
        margin: 0 0 30px;
    }
    .lyNyPro_list ul li .NyPro_con .NyPro_img {
        height: 200px;
    }
    .lyNyPro_list ul li:hover .NyPro_con .NyPro_name {
        padding: 60px 10px 10px;
    }
    .lyNyPro_list ul li:hover .NyPro_con .NyPro_name a i {
        margin: 0 auto 20px;
    }
}

@media (max-width: 767px) {
    .ly_NyProducts {
        padding: 0 20px;
    }
    .ly_NyProducts .lyNyPro_main {
        max-width: inherit;
        margin: 20px auto 0;
    }
    .lyNyPro_main .lyNyPro_left {
        width: 100%;
    }
    .lyNyPro_main .lyNyPro_right {
        width: 100%;
    }
    .lyNyPro_right .lyNyPro_list {
        margin: 0 auto -20px;
    }
    .lyNyPro_list ul {
        max-width: inherit;
    }
    .lyNyPro_list ul li {
        width: 100%;
        margin: 0 auto 20px;
    }
    .lyNyPro_list ul li:nth-child(3n+3) {
        margin: 0 auto 20px;
    }
    .lyNyPro_list ul li:nth-child(2n+2) {
        margin: 0 auto 20px;
    }
    .lyNyPro_list ul li .NyPro_con .NyPro_img {
        height: 220px;
    }
    .lyNyPro_list ul li:hover .NyPro_con .NyPro_name {
        padding: 80px 10px 10px;
    }
    .lyNyPro_list ul li:hover .NyPro_con .NyPro_name a i {
        margin: 0 auto 20px;
    }
}

@media (max-width: 375px) {
    .lyNyPro_list ul li .NyPro_con .NyPro_img {
        height: 200px;
    }
}

@media (max-width: 320px) {
    .lyNyPro_list ul li .NyPro_con .NyPro_img {
        height: 165px;
    }
    .lyNyPro_list ul li:hover .NyPro_con .NyPro_name {
        padding: 60px 10px 10px;
    }
    .lyNyPro_list ul li .NyPro_con .NyPro_name a {
        font-size: 14px;
    }
}


/*内页-产品分类 开始*/

.lyNyPro_left .h_left {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    margin: 0 auto 20px;
}

.lyNyPro_left .cp_type {}

.lyNyPro_left .cp_type .hd {
    text-align: center;
    background: url(../images/nysolution_bg1.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
    padding: 20px;
}

.lyNyPro_left .cp_type .hd p {
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

.lyNyPro_left .cp_type .hd p:before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../images/mulu_tlt.png) center center no-repeat;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
}

.lyNyPro_left .cp_type .hd span {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.lyNyPro_left .cp_type .bd {
    border-top: 0;
    padding: 20px 10px 10px;
}

.lyNyPro_left .cp_type .bd ul li {
    margin: 0 auto 10px;
}

.lyNyPro_left .cp_type .bd ul li.on {
    border: 0;
}

.lyNyPro_left .cp_type .bd ul li p {
    height: 60px;
    line-height: 60px;
    padding: 0 60px 0 0;
    background-color: #f2f3f6;
    position: relative;
}

.lyNyPro_left .cp_type .bd ul li p a {
    display: block;
    width: 100%;
    padding: 0 0 0 20px;
    overflow: hidden;
    line-height: 60px;
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lyNyPro_left .cp_type .bd ul li p span {
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/mulu1.png) center center no-repeat;
    background-size: 20px 20px;
}

.lyNyPro_left .cp_type .bd ul li:hover p span {
    background: url(../images/mulu3.png) center center no-repeat;
    background-size: 20px 20px;
}

.lyNyPro_left .cp_type .bd ul li div {
    display: none;
}

.lyNyPro_left .cp_type .bd ul li.on div {
    display: block;
}

.lyNyPro_left .cp_type .bd ul li div a {
    display: block;
    height: 48px;
    line-height: 48px;
    color: #454545;
    font-size: 14px;
    margin: 0 auto 1px;
    padding: 0 20px 0 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff url(../images/icon4.png) 20px center no-repeat;
}

.lyNyPro_left .cp_type .bd ul li div a:first-child {
    border-top: 0;
}

.lyNyPro_left .cp_type .bd ul li p:hover,
.lyNyPro_left .cp_type .bd ul li.on p {
    background-color: #2ebfcc;
}

.lyNyPro_left .cp_type .bd ul li p:hover a,
.lyNyPro_left .cp_type .bd ul li.on p a {
    color: #fff;
}

.lyNyPro_left .cp_type .bd ul li.on p span {
    background: url(../images/mulu2.png) center center no-repeat;
    background-size: 20px 20px;
}

.lyNyPro_left .cp_type .bd ul li div a:hover {
    color: #2ebfcc;
    background: url(../images/icon5.png) 20px center no-repeat;
}

.lyNyPro_left .cp_type .bd ul a.ckqb {
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #333;
    background: #f1f1f1;
    width: 94%;
    margin: 10px auto;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.lyNyPro_left .cp_type .bd ul a.ckqb:hover {
    background: #e30614;
    color: #fff;
}

@media screen and (max-width:1199px) and (min-width:1080px) {
    .lyNyPro_left .cp_type .bd ul li div a {
        padding: 0 20px 0 40px;
    }
}

@media screen and (max-width:1079px) and (min-width:1024px) {
    .lyNyPro_left .h_left {
        margin: 0 auto 20px;
    }
    .lyNyPro_left .cp_type {
        margin: 0;
    }
    .lyNyPro_left .cp_type .hd p:before {
        display: none;
    }
    .lyNyPro_left .cp_type .hd {
        background: #2ebfcc url(../images/down1.png) 96% center no-repeat;
        padding: 20px;
        text-align: left;
        overflow: hidden;
    }
    .lyNyPro_left .cp_type .hd.on {
        background: #2ebfcc url(../images/up1.png) 96% center no-repeat;
    }
    .lyNyPro_left .cp_type .hd span {
        display: block;
        font-style: italic;
        float: left;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .lyNyPro_left .cp_type .hd p {
        padding: 0;
        display: block;
        font-size: 28px;
        float: left;
        min-width: 88px;
        margin: 0 10px 0 0;
    }
    .lyNyPro_left .cp_type .bd {
        display: none;
    }
    .lyNyPro_left .cp_type .bd ul li:last-child {
        border: 0;
    }
    .lyNyPro_left .cp_type .bd ul li p {
        height: 60px;
        line-height: 60px;
    }
    .lyNyPro_left .cp_type .bd ul li p a {
        width: 90%;
        font-size: 16px;
        line-height: 60px;
    }
    .lyNyPro_left .cp_type .bd ul li p span {
        width: 10%;
        background-size: 20px;
    }
    .lyNyPro_left .cp_type .bd ul li.on p span {
        background-size: 16px;
    }
    .lyNyPro_left .cp_type .bd ul li p:hover span {
        background-size: 16px;
    }
    .lyNyPro_left .cp_type .hd p:before {
        display: none;
    }
}

@media screen and (max-width:1023px) and (min-width:768px) {
    .lyNyPro_left .h_left {
        margin: 0 auto 20px;
    }
    .lyNyPro_left .cp_type {
        margin: 0;
    }
    .lyNyPro_left .cp_type .hd p:before {
        display: none;
    }
    .lyNyPro_left .cp_type .hd {
        background: #2ebfcc url(../images/down1.png) 96% center no-repeat;
        padding: 15px 20px;
        text-align: left;
        overflow: hidden;
    }
    .lyNyPro_left .cp_type .hd.on {
        background: #2ebfcc url(../images/up1.png) 96% center no-repeat;
    }
    .lyNyPro_left .cp_type .hd span {
        display: block;
        font-style: italic;
        float: left;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .lyNyPro_left .cp_type .hd p {
        padding: 0;
        display: block;
        font-size: 28px;
        float: left;
        min-width: 88px;
        margin: 0 10px 0 0;
    }
    .lyNyPro_left .cp_type .bd {
        display: none;
    }
    .lyNyPro_left .cp_type .bd ul li:last-child {
        border: 0;
    }
    .lyNyPro_left .cp_type .bd ul li p {
        height: 60px;
        line-height: 60px;
    }
    .lyNyPro_left .cp_type .bd ul li p a {
        width: 90%;
        font-size: 16px;
        line-height: 60px;
    }
    .lyNyPro_left .cp_type .bd ul li p span {
        width: 10%;
        background-size: 20px;
    }
    .lyNyPro_left .cp_type .bd ul li.on p span {
        background-size: 16px;
    }
    .lyNyPro_left .cp_type .bd ul li p:hover span {
        background-size: 16px;
    }
    .lyNyPro_left .cp_type .hd p:before {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .lyNyPro_left .h_left {
        margin: 0 auto 20px;
    }
    .lyNyPro_left .cp_type {
        margin: 0;
    }
    .lyNyPro_left .cp_type .hd p:before {
        display: none;
    }
    .lyNyPro_left .cp_type .hd {
        background: #2ebfcc url(../images/down1.png) 95% center no-repeat;
        background-size: 32px 32px;
        padding: 10px 20px;
        text-align: left;
        overflow: hidden;
    }
    .lyNyPro_left .cp_type .hd.on {
        background: #2ebfcc url(../images/up1.png) 95% center no-repeat;
        background-size: 32px 32px
    }
    .lyNyPro_left .cp_type .hd span {
        display: block;
        font-style: italic;
        float: left;
        height: 40px;
        line-height: 40px;
        display: none;
    }
    .lyNyPro_left .cp_type .hd p {
        padding: 0;
        display: block;
        font-size: 24px;
        float: left;
        min-width: 88px;
        margin: 0 10px 0 0;
    }
    .lyNyPro_left .cp_type .bd {
        display: none;
    }
    .lyNyPro_left .cp_type .bd ul li:last-child {
        border: 0;
    }
    .lyNyPro_left .cp_type .bd ul li p a {
        line-height: 48px;
        font-size: 16px;
    }
    .lyNyPro_left .cp_type .bd ul li div a {
        font-size: 14px;
    }
    .lyNyPro_left .cp_type .bd ul li p {
        height: 48px;
        line-height: 48px;
    }
    .lyNyPro_left .cp_type .bd ul li div a {
        height: 44px;
        line-height: 44px;
    }
    .lyNyPro_left .cp_type .bd ul li p span {
        width: 48px;
        height: 48px;
        right: 10px;
    }
    .lyNyPro_left .cp_type .bd ul li.on p span {
        background-size: 20px;
    }
    .lyNyPro_left .cp_type .bd ul li p:hover span {
        background-size: 20px;
    }
}

@media screen and (max-width:320px) {
    .lyNyPro_left .cp_type .hd {
        padding: 4px 4%;
    }
    .lyNyPro_left .cp_type .hd p {
        font-size: 20px;
    }
    .lyNyPro_left .cp_type .hd span {
        display: none;
    }
}


/*内页-产品分类 结束*/


/*内页-产品中心 结束*/


/*产品详情 开始*/

.ly_NyProDetail {
    width: 100%;
    max-width: 1600px;
    height: auto;
    margin: 40px auto;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.ly_NyProDetail .lyNyProDetail_con {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 40px 40px;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.lyNyProDetail_con .lyNyProDetail_ConTit {
    margin: 0 auto 30px;
    padding: 0;
    border-bottom: 1px solid #ceddee;
}

.lyNyProDetail_ConTit p {
    width: 100px;
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    color: #2dbfcc;
    font-size: 24px;
    text-align: center;
    margin: 0 0 -1px;
    padding: 0;
    border-bottom: 2px solid #2dbfcc;
}

.lyNyProDetail_ConText {
    width: 100%;
    overflow: hidden;
    line-height: 28px;
    color: #555;
    font-size: 14px;
    margin: 0 auto;
    padding: 0;
}

.lyNyProDetail_ConText p {
    margin: 0 auto 20px;
}

.lyNyProDetail_ConText img,
.lyNyProDetail_ConText table,
.lyNyProDetail_ConText tr,
.lyNyProDetail_ConText td,
.lyNyProDetail_ConText p,
.lyNyProDetail_ConText span,
.lyNyProDetail_ConText div,
.lyNyProDetail_ConText video,
.lyNyProDetail_ConText embed {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100%;
    line-height: 30px;
    color: #333;
    font-size: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    white-space: normal;
    word-break: break-all;
}

.NyNewsdetail_con p span,
.NyNewsdetail_con span,
.NyNewsdetail_con p em,
.NyNewsdetail_con em {
    color: #333!important;
    font-size: 15px!important;
}

.lyNyProDetail_ConText table tr td p {
    text-indent: 0!important;
}

.lyNyProDetail_ConText p b {
    font-weight: bold;
}

.lyNyProDetail_ConText img {
    display: inline-block;
    width: auto!important;
    height: auto!important;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    text-indent: 0!important;
}

@media screen and (max-width:1199px) and (min-width:1080px) {}

@media screen and (max-width:1079px) and (min-width:1024px) {
    .lyNyProDetail_con .lyNyProDetail_left,
    .lyNyProDetail_con .lyNyProDetail_right {
        width: 100%;
        margin: 0 auto 20px;
    }
    .lyNyProDetail_right .lyNyProDetail_ConTit {
        margin: 0 auto 25px;
        padding: 0;
    }
}

@media screen and (max-width:1023px) and (min-width:768px) {
    .lyNyProDetail_con .lyNyProDetail_left,
    .lyNyProDetail_con .lyNyProDetail_right {
        width: 100%;
        margin: 0 auto 20px;
    }
    .lyNyProDetail_right .lyNyProDetail_ConTit {
        margin: 0 auto 20px;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .lyNyProDetail_con .lyNyProDetail_left,
    .lyNyProDetail_con .lyNyProDetail_right {
        width: 100%;
    }
    .lyNyProDetail_right .lyNyProDetail_ConTit {
        margin: 0 auto 20px;
        padding: 0;
    }
    .lyNyProDetail_right .lyNyProDetail_ConText {
        max-height: 99999999999999999999999px;
    }
    .lyNyProDetail_ConText div {
        max-height: 99999999999999999999999px;
    }
}

.pro_detail_main {
    width: 100%;
    height: auto;
    margin: 0 auto 40px;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.pro_detail_main .pro_detail_img {
    width: 480px;
    height: 480px;
    overflow: hidden;
    margin: 0;
    padding: 10px;
    border: 1px solid #eee;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.pro_detail_img .pro_detail_img_main {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.pro_detail_img_main img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.pro_detail_main .pro_detail_text {
    width: 47.4%;
    min-height: 500px;
    overflow: hidden;
    margin: 0;
    padding: 0 0 80px;
    float: right;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.pro_detail_text h1 {
    width: 100%;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 32px;
    text-align: justify;
    margin: 0 auto;
    padding: 0;
}

.pro_detail_text .jyms {
    width: 100%;
    height: 160px;
    overflow: hidden;
    margin: 20px auto 40px;
    padding: 20px;
    background-color: #f2f3f6;
    box-sizing: border-box;
}

.pro_detail_text .jyms p {
    width: 100%;
    height: 120px;
    overflow: hidden;
    line-height: 30px;
    color: #888;
    font-size: 16px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: 0 auto;
    padding: 0;
}

.pro_detail_text .jyms p span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    background-color: #2dbfcc;
    border-radius: 15px;
    padding: 0 8px;
    margin: 0 8px 0 0;
}

.pro_detail_text ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.pro_detail_text ul li {
    width: 50%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 16px;
    text-align: justify;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 10px 0;
    padding: 0;
    float: left;
}

.pro_detail_text ul li img.dot {
    display: block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    margin: 12px 10px 12px 0;
    padding: 0;
    float: left;
}

.pro_detail_text ul li img.star {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 0;
}

.pro_detail_text ul li span {
    color: #333;
}

.pro_detail_text .pro_detail_btn {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.pro_detail_btn a {
    display: block;
    width: 30.666666%;
    overflow: hidden;
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin: 0;
    padding: 0;
    float: left;
}

.pro_detail_btn a.prodtl_btn1 {
    float: left;
    margin: 0 4% 0 0;
    background-color: #2dbfcc;
}

.pro_detail_btn a.prodtl_btn2 {
    float: left;
    margin: 0 4% 0 0;
    background-color: #828689;
}

.pro_detail_btn a.prodtl_btn3 {
    float: left;
    background-color: #686b6e;
}

.pro_detail_btn a.prodtl_btn1:hover {
    background-color: #1ab0bd;
}

.pro_detail_btn a.prodtl_btn2:hover {
    background-color: #444648;
}

.pro_detail_btn a.prodtl_btn3:hover {
    background-color: #474a4d;
}


/**产品详情页产品图片切换**/

.prodetail_img {
    width: 50%;
    height: 500px;
    margin: 0;
    padding: 0;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#preview {
    width: 100%;
    margin: 0;
    text-align: center;
    position: relative;
}

.list-h li {
    float: left;
}

#spec-n5 {
    width: 19.8%;
    height: auto;
    padding-top: 0;
    overflow: hidden;
    float: left;
}

#spec-left {
    width: 16px;
    height: 70px;
    float: left;
    cursor: pointer;
    margin-top: 3px;
}

#spec-right {
    width: 16px;
    height: 70px;
    float: left;
    cursor: pointer;
    margin-top: 3px;
}

#spec-list {
    width: 440px;
    float: left;
    overflow: hidden;
    margin-left: 2px;
    display: inline;
}

#spec-list ul {}

#spec-list ul li {
    float: left;
    display: inline;
    padding: 0;
    width: 100%;
    height: 118px;
    margin: 0 auto 9px;
}

#spec-list ul li:last-child {
    margin: 0;
}

#spec-list ul li p {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 1px solid #dfdfdf;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#spec-list ul li:hover p {
    border: 1px solid #1f71c2;
}

#spec-list ul li img {
    display: block;
    max-width: 94%;
    max-height: 94%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}


/*jqzoom*/

.jqzoom {
    position: relative;
    width: 79%;
    height: 500px;
    overflow: hidden;
    padding: 0;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: right;
}

.jqzoom img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 1px;
    left: 0px;
    background: url(../images/loading.gif) #fff no-repeat center center;
    border: 1px solid #eaeaea;
    display: none;
    text-align: center;
    overflow: hidden;
    left: 104%!important;
    top: 0!important;
}

.bigimg {}

.jqZoomPup {
    width: 200px!important;
    height: 200px!important;
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/mask.png) 0 0 repeat;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
    cursor: move;
}

#spec-list {
    position: relative;
    width: 100%;
    margin: 0;
}

#spec-list div {
    width: 100%!important;
    height: 70px!important;
    margin: 0;
}

#ceshi {
    display: block;
    margin: auto!important;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.prodetail_img a.videoIco {
    left: 20px!important;
    bottom: 20px!important;
    z-index: 99!important;
}

.Warning {
    width: 100%!important;
    height: 100%!important;
}

@media screen and (max-width:1199px) and (min-width:1080px) {
    .pro_detail_main {
        width: 100%;
    }
    .prodetail_img {
        width: 45%;
        position: inherit;
        float: left;
    }
    #preview,
    #spec-n5,
    #spec-list,
    .jqzoom {}
    .pro_detail_main .pro_detail_text {
        width: 52%;
    }
    .pro_detail_text .pro_detail_btn {
        width: 100%;
    }
    .zoomdiv {
        left: 104%!important;
    }
}

@media screen and (width:1600px) {
    .ly_NyProDetail {
        max-width: inherit;
        padding: 0 40px;
    }
}

@media screen and (min-width:1440px) and (max-width:1599px) {
    .ly_NyProDetail {
        max-width: inherit;
        padding: 0 40px;
    }
}

@media screen and (min-width:1360px) and (max-width:1439px) {
    .ly_NyProDetail {
        max-width: inherit;
        padding: 0 40px;
    }
    .prodetail_img {
        height: 480px;
    }
    .jqzoom {
        height: 480px;
    }
    #spec-list ul li {
        height: 113.25px;
    }
    .pro_detail_main .pro_detail_text {
        min-height: 480px;
    }
    .pro_detail_text .jyms {
        margin: 20px auto 30px;
    }
}

@media screen and (min-width:1280px) and (max-width:1359px) {
    .ly_NyProDetail {
        max-width: inherit;
        padding: 0 40px;
    }
    .prodetail_img {
        height: 440px;
    }
    .jqzoom {
        height: 440px;
    }
    #spec-list ul li {
        height: 103.25px;
    }
    .pro_detail_main .pro_detail_text {
        min-height: 440px;
    }
    .pro_detail_text .jyms {
        margin: 20px auto;
    }
    .pro_detail_text .jyms p {
        font-size: 15px;
    }
    .pro_detail_text ul li {
        margin: 5px 0;
    }
    .pro_detail_text .pro_detail_btn {
        height: 50px;
    }
    .pro_detail_btn a {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
}

@media screen and (min-width:1200px) and (max-width:1279px) {
    .ly_NyProDetail {
        max-width: inherit;
        padding: 0 40px;
    }
    .prodetail_img {
        height: 410px;
    }
    .jqzoom {
        height: 410px;
    }
    #spec-list ul li {
        height: 95.75px;
    }
    .pro_detail_main .pro_detail_text {
        min-height: 410px;
        padding: 0 0 70px;
    }
    .pro_detail_text h1 {
        font-size: 30px;
    }
    .pro_detail_text .jyms {
        height: auto;
        margin: 20px auto;
    }
    .pro_detail_text .jyms p {
        height: 90px;
        font-size: 15px;
        -webkit-line-clamp: 3;
    }
    .pro_detail_text ul li {
        margin: 5px 0;
    }
    .pro_detail_text .pro_detail_btn {
        height: 50px;
    }
    .pro_detail_btn a {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
}

@media screen and (min-width:1080px) and (max-width:1199px) {
    .ly_NyProDetail {
        max-width: inherit;
        padding: 0 40px;
    }
    .prodetail_img {
        width: 100%;
        height: 480px;
        float: inherit;
    }
    .jqzoom {
        height: 480px;
    }
    #spec-list ul li {
        height: 113.25px;
    }
    .pro_detail_main .pro_detail_text {
        width: 100%;
        min-height: inherit;
        float: inherit;
        margin: 30px auto 0;
        padding: 0 0 70px;
    }
    .pro_detail_text h1 {
        font-size: 30px;
    }
    .pro_detail_text .jyms {
        height: auto;
        margin: 20px auto;
    }
    .pro_detail_text .jyms p {
        height: 90px;
        font-size: 15px;
        -webkit-line-clamp: 3;
    }
    .pro_detail_text ul li {
        margin: 5px 0;
    }
    .pro_detail_text .pro_detail_btn {
        height: 50px;
    }
    .pro_detail_btn a {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
    .zoomdiv,
    .jqZoomPup {
        display: none !important;
    }
}

@media screen and (min-width:1024px) and (max-width:1079px) {
    .ly_NyProDetail {
        max-width: inherit;
        padding: 0 40px;
    }
    .prodetail_img {
        width: 100%;
        height: 480px;
        float: inherit;
    }
    .jqzoom {
        height: 480px;
    }
    #spec-list ul li {
        height: 113.25px;
    }
    .pro_detail_main .pro_detail_text {
        width: 100%;
        min-height: inherit;
        float: inherit;
        margin: 30px auto 0;
        padding: 0 0 70px;
    }
    .pro_detail_text h1 {
        font-size: 30px;
    }
    .pro_detail_text .jyms {
        height: auto;
        margin: 20px auto;
    }
    .pro_detail_text .jyms p {
        height: 90px;
        font-size: 15px;
        -webkit-line-clamp: 3;
    }
    .pro_detail_text ul li {
        margin: 5px 0;
    }
    .pro_detail_text .pro_detail_btn {
        height: 50px;
    }
    .pro_detail_btn a {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
    .zoomdiv,
    .jqZoomPup {
        display: none !important;
    }
}

@media screen and (max-width:1023px) and (min-width:768px) {
    .ly_NyProDetail {
        max-width: inherit;
        padding: 0 40px;
    }
    .pro_detail_main {
        padding: 20px;
    }
    .prodetail_img {
        width: 100%;
        height: 440px;
        float: inherit;
    }
    .jqzoom {
        height: 440px;
    }
    #spec-list ul li {
        height: 103.25px;
    }
    .pro_detail_main .pro_detail_text {
        width: 100%;
        min-height: inherit;
        float: inherit;
        margin: 20px auto 0;
        padding: 0 0 70px;
    }
    .pro_detail_text h1 {
        line-height: 36px;
        font-size: 28px;
    }
    .pro_detail_text .jyms {
        height: auto;
        margin: 20px auto;
    }
    .pro_detail_text .jyms p {
        height: 90px;
        font-size: 15px;
        -webkit-line-clamp: 3;
    }
    .pro_detail_text ul li {
        margin: 0;
    }
    .pro_detail_text .pro_detail_btn {
        height: 50px;
    }
    .pro_detail_btn a {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
    .zoomdiv,
    .jqZoomPup {
        display: none !important;
    }
    .ly_NyProDetail .lyNyProDetail_con {
        padding: 0 20px 20px;
    }
    .lyNyProDetail_ConTit p {
        width: 90px;
        font-size: 22px;
    }
    .lyNyProDetail_con .lyNyProDetail_ConTit {
        margin: 0 auto 20px;
    }
    .lyNyProDetail_ConText p {
        margin: 0 auto 10px;
    }
}

@media (max-width: 767px) {
    .ly_NyProDetail {
        max-width: inherit;
        margin: 20px auto;
        padding: 0 20px;
    }
    .pro_detail_main {
        margin: 0 auto 20px;
        padding: 20px;
    }
    .prodetail_img {
        width: 100%;
        height: auto;
        float: inherit;
    }
    .jqzoom {
        width: 100%;
        height: 300px;
        float: inherit;
    }
    #spec-n5 {
        width: 100%;
        float: inherit;
        margin: 6px 0 0;
    }
    #spec-list ul li {
        width: 23.5%;
        height: 70px;
        margin: 0 2% 0 0;
    }
    #spec-list ul li:nth-child(4) {
        margin: 0;
    }
    .pro_detail_main .pro_detail_text {
        width: 100%;
        min-height: inherit;
        float: inherit;
        margin: 20px auto 0;
        padding: 0 0 100px;
    }
    .pro_detail_text h1 {
        line-height: 32px;
        font-size: 24px;
    }
    .pro_detail_text .jyms {
        height: auto;
        margin: 20px auto;
        padding: 10px 10px 15px;
    }
    .pro_detail_text .jyms p {
        height: 72px;
        line-height: 24px;
        font-size: 14px;
        -webkit-line-clamp: 3;
    }
    .pro_detail_text ul li {
        width: 100%;
        margin: 0;
        font-size: 15px;
    }
    .pro_detail_text .pro_detail_btn {
        height: 90px;
    }
    .pro_detail_btn a {
        font-size: 14px;
        margin: 1px 2px 4px 5px;
    }
    .pro_detail_btn a img {
        width: 100%;
    }
    .zoomdiv,
    .jqZoomPup {
        display: none !important;
    }
    .ly_NyProDetail .lyNyProDetail_con {
        padding: 0 20px 20px;
    }
    .lyNyProDetail_ConTit p {
        width: 90px;
        font-size: 22px;
    }
    .lyNyProDetail_con .lyNyProDetail_ConTit {
        margin: 0 auto 20px;
    }
    .lyNyProDetail_ConText img,
    .lyNyProDetail_ConText table,
    .lyNyProDetail_ConText tr,
    .lyNyProDetail_ConText td,
    .lyNyProDetail_ConText p,
    .lyNyProDetail_ConText span,
    .lyNyProDetail_ConText div,
    .lyNyProDetail_ConText video,
    .lyNyProDetail_ConText embed {
        font-size: 14px;
        line-height: 28px;
    }
    .lyNyProDetail_ConText p {
        margin: 0 auto 10px;
    }
}

@media (max-width: 375px) {
    .jqzoom {
        height: 240px;
    }
    #spec-list ul li {
        height: 60px;
    }
    .pro_detail_text h1 {
        line-height: 30px;
        font-size: 22px;
    }
}

@media (max-width: 320px) {
    .jqzoom {
        height: 200px;
    }
}


/*产品详情 结束*/


/*推荐产品 开始*/

.NyPro_tj {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.NyPro_tj1 {
    margin: 0 auto 40px;
}

.NyProTj_title {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 40px;
    padding: 0;
}

.NyProTj_title p {
    width: 100%;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 10px;
    padding: 0;
}

.NyProTj_title i {
    display: block;
    width: 30px;
    height: 2px;
    overflow: hidden;
    margin: 9px auto;
    padding: 0;
    background-color: #2dbfcc;
}

.NyProTj_title span {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 20px;
    color: #999;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    text-transform: uppercase
}

.NyProTj_list {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 30px;
    position: relative;
}

.NyProTj_list ul.content-slider {
    padding-bottom: 20px!important;
}

.NyProTj_list ul.content-slider li {
    padding: 20px;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyProTj_list ul.content-slider li:hover {
    box-shadow: 0 10px 20px rgba(20, 34, 49, 0.1);
}

.NyProTj_list ul.content-slider li .NyProTj_con {
    width: 100%;
    height: 440px;
    overflow: hidden;
    margin: 0 auto;
    padding: 9px;
    border: 1px solid rgba(13, 81, 152, 0.2);
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyProTj_list ul.content-slider li .NyProTj_con .NyProTj_img {
    width: 100%;
    height: 277px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.NyProTj_list ul.content-slider li .NyProTj_con .NyProTj_img a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.NyProTj_list ul.content-slider li .NyProTj_con .NyProTj_img a img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.NyProTj_list ul.content-slider li:hover .NyProTj_con .NyProTj_img a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.NyProTj_list ul.content-slider li .NyProTj_con .NyProTj_name {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyProTj_list ul.content-slider li .NyProTj_con .NyProTj_name a.NyProTj_bt {
    display: block;
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #333;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto;
    padding: 15px 0 0 0;
}

.NyProTj_list ul.content-slider li .NyProTj_con .NyProTj_name a.NyProTj_bt i {
    display: none;
}

.NyProTj_list ul.content-slider li .NyProTj_con .NyProTj_name em {
    display: block;
    width: 30px;
    height: 2px;
    overflow: hidden;
    background-color: #2ebfcc;
    margin: 20px auto;
    padding: 0;
}

.NyProTj_list ul.content-slider li .NyProTj_con .NyProTj_name span {
    display: block;
    width: 100%;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    color: #999;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.NyProTj_list ul.content-slider li:hover .NyProTj_con .NyProTj_name span {
    color: rgba(255, 255, 255, 0.5);
}

.NyProTj_list ul.content-slider li:hover .NyProTj_con {
    padding: 10px;
    border: 1px solid rgba(46, 191, 204, 0.9);
}

.NyProTj_list ul.content-slider li:hover .NyProTj_con .NyProTj_name {
    height: 100%;
    padding: 80px 10px 10px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(46, 191, 204, 0.9);
}

.NyProTj_list ul.content-slider li:hover .NyProTj_con .NyProTj_name a.NyProTj_bt {
    height: auto;
    color: #fff;
}

.NyProTj_list ul.content-slider li:hover .NyProTj_con .NyProTj_name a.NyProTj_bt i {
    display: block;
    width: 100px;
    height: 100px;
    border: 1px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 100px;
    padding: 0;
    background: url(../images/more1.png) center center no-repeat;
    background-size: 50px 50px;
}

.NyProTj_list ul.content-slider li:hover .NyProTj_con .NyProTj_name em {
    background-color: #fff;
}

.NyProTj_list ul.content-slider li .NyProTj_con .NyProTj_name a.NyProTj_more {
    display: block;
    width: 140px;
    height: 40px;
    overflow: hidden;
    line-height: 38px;
    color: #666;
    font-size: 14px;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyProTj_list ul.content-slider li:hover .NyProTj_con .NyProTj_name a.NyProTj_more {
    color: #2ebfcc;
    background-color: #fff;
    border: 1px solid #fff;
}

.NyProTj_list ul.content-slider li .NyProTj_con .NyProTj_name a.NyProTj_more i {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: -4px 0 0 8px;
    background: url(../images/jt6.png) 0 0 no-repeat;
}

.NyProTj_list ul.content-slider li:hover .NyProTj_con .NyProTj_name a.NyProTj_more i {
    background: url(../images/jt3.png) 0 0 no-repeat;
}

.NyProTj_list .lSSlideOuter .lSPager.lSpg {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.NyProTj_list .lSSlideOuter .lSPager.lSpg>li a {
    width: 10px;
    height: 10px;
    background-color: #2ebfcc!important;
    opacity: 0.2;
}

.NyProTj_list .lSSlideOuter .lSPager.lSpg>li:hover a,
.NyProTj_list .lSSlideOuter .lSPager.lSpg>li.active a {
    opacity: 1;
}

@media screen and (width:1600px) {}

@media screen and (min-width:1440px) and (max-width:1599px) {
    .NyProTj_list ul.content-slider li .NyProTj_con {
        height: 400px;
    }
    .NyProTj_list ul.content-slider li .NyProTj_con .NyProTj_img {
        height: 237px;
    }
    .NyProTj_list ul.content-slider li:hover .NyProTj_con .NyProTj_name a.NyProTj_bt i {
        margin: 0 auto 60px;
    }
}

@media screen and (min-width:1360px) and (max-width:1439px) {
    .NyProTj_list ul.content-slider li .NyProTj_con {
        height: 380px;
    }
    .NyProTj_list ul.content-slider li .NyProTj_con .NyProTj_img {
        height: 217px;
    }
    .NyProTj_list ul.content-slider li:hover .NyProTj_con .NyProTj_name a.NyProTj_bt i {
        width: 80px;
        height: 80px;
        margin: 0 auto 60px;
    }
}

@media screen and (min-width:1280px) and (max-width:1359px) {
    .NyProTj_list ul.content-slider li {
        padding: 10px;
    }
    .NyProTj_list ul.content-slider li .NyProTj_con {
        height: 380px;
    }
    .NyProTj_list ul.content-slider li .NyProTj_con .NyProTj_img {
        height: 217px;
    }
    .NyProTj_list ul.content-slider li:hover .NyProTj_con .NyProTj_name a.NyProTj_bt i {
        width: 80px;
        height: 80px;
        margin: 0 auto 60px;
    }
}

@media screen and (min-width:1200px) and (max-width:1279px) {
    .NyProTj_list ul.content-slider li {
        padding: 10px;
    }
    .NyProTj_list ul.content-slider li .NyProTj_con {
        height: 370px;
    }
    .NyProTj_list ul.content-slider li .NyProTj_con .NyProTj_img {
        height: 207px;
    }
    .NyProTj_list ul.content-slider li:hover .NyProTj_con .NyProTj_name a.NyProTj_bt i {
        width: 80px;
        height: 80px;
        margin: 0 auto 60px;
    }
}

@media screen and (min-width:1080px) and (max-width:1199px) {
    .NyPro_tj1 {
        margin: 0 auto 20px;
    }
    .NyProTj_title {
        margin: 0 auto 20px;
    }
    .NyProTj_title span {
        font-size: 14px;
    }
    .NyProTj_list ul.content-slider li {
        padding: 10px;
    }
    .NyProTj_list ul.content-slider li .NyProTj_con {
        height: 330px;
    }
    .NyProTj_list ul.content-slider li .NyProTj_con .NyProTj_img {
        height: 167px;
    }
    .NyProTj_list ul.content-slider li:hover .NyProTj_con .NyProTj_name a.NyProTj_bt i {
        width: 80px;
        height: 80px;
        margin: 0 auto 37px;
    }
    .NyProTj_list ul.content-slider li:hover .NyProTj_con .NyProTj_name {
        padding: 50px 10px 10px;
    }
}

@media screen and (min-width:1024px) and (max-width:1079px) {
    .NyProTj_title {
        margin: 0 auto 20px;
    }
    .NyProTj_title p {
        line-height: 36px;
        font-size: 30px;
    }
    .NyProTj_title span {
        font-size: 14px;
    }
    .NyProTj_list ul.content-slider li {
        padding: 10px;
    }
    .NyProTj_list ul.content-slider li .NyProTj_con {
        height: 320px;
    }
    .NyProTj_list ul.content-slider li .NyProTj_con .NyProTj_img {
        height: 157px;
    }
    .NyProTj_list ul.content-slider li:hover .NyProTj_con .NyProTj_name a.NyProTj_bt i {
        width: 80px;
        height: 80px;
        margin: 0 auto 37px;
    }
    .NyProTj_list ul.content-slider li:hover .NyProTj_con .NyProTj_name {
        padding: 50px 10px 10px;
    }
}

@media screen and (max-width:1023px) and (min-width:768px) {
    .NyProTj_title {
        margin: 0 auto 20px;
    }
    .NyProTj_title p {
        line-height: 36px;
        font-size: 30px;
    }
    .NyProTj_title span {
        font-size: 14px;
    }
    .NyProTj_list {
        width: 60%;
    }
    .NyProTj_list ul.content-slider li {
        padding: 20px;
    }
    .NyProTj_list ul.content-slider li .NyProTj_con {
        height: 390px;
    }
    .NyProTj_list ul.content-slider li .NyProTj_con .NyProTj_img {
        height: 227px;
    }
    .NyProTj_list ul.content-slider li:hover .NyProTj_con .NyProTj_name a.NyProTj_bt i {
        width: 80px;
        height: 80px;
        margin: 0 auto 82px;
    }
    .NyProTj_list ul.content-slider li:hover .NyProTj_con .NyProTj_name {
        padding: 75px 10px 10px;
    }
    .NyProTj_list .lSSlideOuter,
    .NyProTj_list .lSSlideOuter .lSSlideWrapper {
        overflow: inherit;
    }
}

@media (max-width: 767px) {
    .NyPro_tj1 {
        margin: 0 auto 20px;
    }
    .NyProTj_title {
        margin: 0 auto 20px;
    }
    .NyProTj_title p {
        line-height: 36px;
        font-size: 30px;
        margin: 0 auto 4px;
    }
    .NyProTj_title span {
        font-size: 14px;
    }
    .NyProTj_list {
        padding-bottom: 10px;
    }
    .NyProTj_list ul.content-slider li {
        padding: 20px;
    }
    .NyProTj_list ul.content-slider li .NyProTj_con {
        height: 390px;
    }
    .NyProTj_list ul.content-slider li .NyProTj_con .NyProTj_img {
        height: 227px;
    }
    .NyProTj_list ul.content-slider li:hover .NyProTj_con .NyProTj_name a.NyProTj_bt i {
        width: 80px;
        height: 80px;
        margin: 0 auto 80px;
    }
    .NyProTj_list ul.content-slider li:hover .NyProTj_con .NyProTj_name {
        padding: 70px 10px 10px;
    }
}

@media (max-width: 375px) {}

@media (max-width: 320px) {
    .NyProTj_list ul.content-slider li {
        padding: 10px;
    }
    .NyProTj_list ul.content-slider li .NyProTj_con {
        height: 370px;
    }
    .NyProTj_list ul.content-slider li .NyProTj_con .NyProTj_img {
        height: 207px;
    }
    .NyProTj_list ul.content-slider li:hover .NyProTj_con .NyProTj_name a.NyProTj_bt i {
        margin: 0 auto 65px;
    }
}


/*推荐产品 结束*/


/*内页解决方案*/

.Ny_solution {
    padding-top: 40px;
}

.Ny_solution ul li {
    float: left;
    margin-right: 3%;
    width: 31.333333%;
    margin-bottom: 30px;
}

.Ny_solution ul li:nth-child(3n) {
    margin-right: 0;
}

.Ny_solution ul li .pic {
    display: block;
    height: 319px;
    overflow: hidden;
    text-align: center;
    background: #fff;
}

.Ny_solution ul li .pic img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    transition: all .5s;
}

.Ny_solution ul li .pic .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.Ny_solution ul li .wz {
    background: #fff;
    padding: 16px 4%;
    position: relative;
    transition: all .5s;
}

.Ny_solution ul li .wz .tlt {
    font-size: 20px;
    color: #191919;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s;
}

.Ny_solution ul li .wz .desc {
    overflow: hidden;
}

.Ny_solution ul li .wz .desc p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    float: left;
    width: 85%;
    height: 50px;
    overflow: hidden;
    transition: all .5s;
}

.Ny_solution ul li .wz .desc a.more {
    display: block;
    font-style: normal;
    font-family: "宋体";
    font-weight: bold;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    color: #ddd;
    border-radius: 100%;
    float: right;
    text-align: center;
    line-height: 30px;
    transition: all .5s;
}

.Ny_solution ul li .wz:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    transition: all .5s;
    background: #2dbfcc;
    z-index: -1;
}

.Ny_solution ul li:hover .wz .tlt {
    color: #fff;
}

.Ny_solution ul li:hover .wz .desc p {
    color: #fff;
}

.Ny_solution ul li:hover .wz .desc a.more {
    border: 1px solid #fff;
    color: #fff;
}

.Ny_solution ul li:hover .wz:after {
    height: 100%;
}

.Ny_solution ul li:hover .pic img {
    transform: scale(1.1);
}

.Ny_solution ul li:hover .wz {
    background: #2dbfcc;
}

@media screen and (min-width:1440px) and (max-width:1599px) {
    .Ny_solution ul li .pic {
        height: 268px;
    }
}

@media screen and (min-width:1360px) and (max-width:1439px) {
    .Ny_solution ul li .pic {
        height: 253px;
    }
}

@media screen and (min-width:1280px) and (max-width:1359px) {
    .Ny_solution ul li .pic {
        height: 240px;
    }
}

@media screen and (min-width:1080px) and (max-width:1279px) {
    .Ny_solution ul li .pic {
        height: 195px;
    }
}

@media screen and (min-width:1024px) and (max-width:1079px) {
    .h_solution ul li .pic {
        height: 195px;
    }
    .h_tlt1 p {
        font-size: 34px;
    }
}

@media screen and (max-width:1023px) and (min-width:768px) {
    .Ny_solution ul li .pic {
        height: 144px;
    }
    .Ny_solution ul li .wz .desc a.more {
        display: none;
    }
    .Ny_solution ul li .wz .desc p {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .Ny_solution ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }
    .Ny_solution ul li .pic {
        height: 226px;
    }
}

@media (max-width: 375px) {}

@media (max-width: 320px) {}


/*内页应用与案例*/

.Ny_case {
    padding-top: 40px;
}

.Ny_case ul li {
    width: 32.4%;
    height: auto;
    margin: 0 1.4% 30px 0;
    padding: 20px 20px 0;
    background-color: #fff;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.Ny_case ul li:hover {
    box-shadow: 0 10px 20px rgba(20, 34, 49, 0.1);
}

.Ny_case ul li:nth-child(3n+3) {
    margin: 0 0 30px 0;
}

.Ny_case ul li .NyNewTj_img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    margin: 0 auto 20px;
    padding: 0;
    background-color: #f2f2f2;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.Ny_case ul li .NyNewTj_img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.Ny_case ul li:hover .NyNewTj_img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.Ny_case ul li .NyNewTj_img .NyNewTj_mask {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: rgba(20, 34, 49, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.Ny_case ul li:hover .NyNewTj_img .NyNewTj_mask {
    display: block;
}

.Ny_case ul li .NyNewTj_img .NyNewTj_mask a {
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;
    margin: -25px 0 0 0;
    padding: 0 20px;
    position: absolute;
    left: 0;
    top: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.Ny_case ul li .NyNewTj_img .NyNewTj_mask a i {
    display: block;
    width: 24px;
    height: 1px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.Ny_case ul li .NyNewTj_img .NyNewTj_mask a:hover i {
    width: 120px;
}

.Ny_case ul li .NyNewTj_img .NyNewTj_mask a span {
    display: block;
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 9px auto;
    padding: 0;
}

.Ny_case ul li .NyNewTj_text {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.Ny_case ul li .NyNewTj_text a.NyNewTj_name {
    display: block;
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #333;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto;
    padding: 0;
}

.Ny_case ul li .NyNewTj_text span {
    display: block;
    width: 100%;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    color: #999;
    font-size: 14px;
    margin: 10px auto;
    padding: 0;
}

.Ny_case ul li .NyNewTj_text span img {
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin: 0 4px 0 0;
    padding: 0;
    float: left;
}

.Ny_case ul li .NyNewTj_text p {
    width: 100%;
    height: 48px;
    overflow: hidden;
    line-height: 24px;
    color: #666;
    font-size: 14px;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.Ny_case ul li .NyNewTj_text a.NyNewTj_btn {
    display: block;
    width: 100%;
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    color: #666;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 12px auto 0;
    padding: 0;
    background: url(../images/jt4.png) right center no-repeat;
    border-top: 1px solid #f2f2f2;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.Ny_case ul li:hover .NyNewTj_text a.NyNewTj_name {
    color: #2dbfcc;
}

.Ny_case ul li:hover .NyNewTj_text a.NyNewTj_btn {
    color: #2dbfcc;
    background: url(../images/jt5.png) right center no-repeat;
    border-top: 1px solid #2dbfcc;
}

@media screen and (width:1600px) {
    .Ny_case ul li .NyNewTj_img {
        height: 227px;
    }
}

@media screen and (min-width:1440px) and (max-width:1599px) {
    .Ny_case ul li .NyNewTj_img {
        height: 200px;
    }
    .Ny_case ul li .NyNewTj_img .NyNewTj_mask a:hover i {
        width: 100px;
    }
}

@media screen and (min-width:1366px) and (max-width:1439px) {
    .Ny_case ul li .NyNewTj_img {
        height: 189px;
    }
    .Ny_case ul li .NyNewTj_img .NyNewTj_mask a:hover i {
        width: 80px;
    }
}

@media screen and (min-width:1360px) and (max-width:1365px) {
    .Ny_case ul li .NyNewTj_img {
        height: 188px;
    }
    .Ny_case ul li .NyNewTj_img .NyNewTj_mask a:hover i {
        width: 80px;
    }
}

@media screen and (min-width:1280px) and (max-width:1359px) {
    .Ny_case ul li {
        width: 32%;
        margin: 0 1.82% 0 0;
    }
    .Ny_case ul li:nth-child(3n+3) {
        margin: 0;
    }
    .Ny_case ul li .NyNewTj_img {
        height: 172px;
    }
    .Ny_case ul li .NyNewTj_img .NyNewTj_mask a:hover i {
        width: 80px;
    }
    .Ny_case ul li .NyNewTj_text a.NyNewTj_name {
        font-size: 16px;
    }
    .Ny_case ul li .NyNewTj_text a.NyNewTj_btn {
        height: 48px;
        line-height: 48px;
    }
}

@media screen and (min-width:1200px) and (max-width:1279px) {
    .Ny_case ul li {
        width: 32%;
        margin: 0 1.82% 0 0;
    }
    .Ny_case ul li:nth-child(3n+3) {
        margin: 0;
    }
    .Ny_case ul li .NyNewTj_img {
        height: 160px;
    }
    .Ny_case ul li .NyNewTj_img .NyNewTj_mask a:hover i {
        width: 80px;
    }
    .Ny_case ul li .NyNewTj_text a.NyNewTj_name {
        font-size: 16px;
    }
    .Ny_case ul li .NyNewTj_text a.NyNewTj_btn {
        height: 48px;
        line-height: 48px;
    }
}

@media screen and (min-width:1080px) and (max-width:1199px) {
    .Ny_case ul li {
        width: 32%;
        margin: 0 1.82% 0 0;
        padding: 16px 16px 0;
    }
    .Ny_case ul li:nth-child(3n+3) {
        margin: 0;
    }
    .Ny_case ul li .NyNewTj_img {
        height: 144px;
        margin: 0 auto 16px;
    }
    .Ny_case ul li .NyNewTj_img .NyNewTj_mask a:hover i {
        width: 80px;
    }
    .Ny_case ul li .NyNewTj_text a.NyNewTj_name {
        font-size: 16px;
    }
    .Ny_case ul li .NyNewTj_text a.NyNewTj_btn {
        height: 48px;
        line-height: 48px;
    }
}

@media screen and (min-width:1024px) and (max-width:1079px) {
    .Ny_case ul li {
        width: 32%;
        margin: 0 1.82% 0 0;
        padding: 16px 16px 0;
    }
    .Ny_case ul li:nth-child(3n+3) {
        margin: 0;
    }
    .Ny_case ul li .NyNewTj_img {
        height: 136px;
        margin: 0 auto 16px;
    }
    .Ny_case ul li .NyNewTj_img .NyNewTj_mask a:hover i {
        width: 60px;
    }
    .Ny_case ul li .NyNewTj_text a.NyNewTj_name {
        font-size: 16px;
    }
    .Ny_case ul li .NyNewTj_text a.NyNewTj_btn {
        height: 48px;
        line-height: 48px;
    }
}

@media screen and (max-width:1023px) and (min-width:768px) {
    .Ny_case ul li {
        width: 100%;
        margin: 0 auto 20px;
        float: inherit;
    }
    .Ny_case ul li:nth-child(3n+3) {
        margin: 0 auto;
    }
    .Ny_case ul li .NyNewTj_img {
        height: 324px;
        margin: 0 auto 16px;
    }
    .Ny_case ul li .NyNewTj_img .NyNewTj_mask a span {
        font-size: 15px;
    }
    .Ny_case ul li .NyNewTj_img .NyNewTj_mask a:hover i {
        width: 60px;
    }
    .Ny_case ul li .NyNewTj_text a.NyNewTj_name {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .Ny_case ul li {
        width: 100%;
        margin: 0 auto 20px;
        float: inherit;
        padding: 12px 12px 0;
    }
    .Ny_case ul li:nth-child(3n+3) {
        margin: 0 auto;
    }
    .Ny_case ul li .NyNewTj_img {
        height: 177px;
        margin: 0 auto 10px;
    }
    .Ny_case ul li .NyNewTj_img .NyNewTj_mask a span {
        font-size: 15px;
    }
    .Ny_case ul li .NyNewTj_img .NyNewTj_mask a:hover i {
        width: 60px;
    }
    .Ny_case ul li .NyNewTj_text a.NyNewTj_name {
        font-size: 16px;
    }
    .Ny_case ul li .NyNewTj_text a.NyNewTj_btn {
        height: 48px;
        line-height: 48px;
    }
}

@media (max-width: 375px) {
    .Ny_case ul li .NyNewTj_img {
        height: 156px;
    }
}

@media (max-width: 320px) {
    .Ny_case ul li .NyNewTj_img {
        height: 128px;
    }
}


/*NyNew_tj 结束*/


/**联系我们**/

.pc_contact {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    padding-top: 40px;
}

.pc_contact .contact_p1 {
    width: 1600px;
    margin: 0 auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 80px 0 30px;
    background-color: #fff;
    border-top: 5px solid #2dbfcc;
}

.contact_p1 ul li {
    width: 22.5%;
    overflow: hidden;
    margin: 0 0 0 2.5%;
    padding: 0;
    float: left;
}

.contact_p1 ul li .contact_icon1,
.contact_p1 ul li .contact_icon2,
.contact_p1 ul li .contact_icon3,
.contact_p1 ul li .contact_icon4 {
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    border-radius: 50%;
}

.contact_p1 ul li .contact_icon1 {
    background: #f2f8fc url(../images/contact_icon01.png) center center no-repeat;
}

.contact_p1 ul li .contact_icon2 {
    background: #f2f8fc url(../images/contact_icon02.png) center center no-repeat;
}

.contact_p1 ul li .contact_icon3 {
    background: #f2f8fc url(../images/contact_icon03.png) center center no-repeat;
}

.contact_p1 ul li .contact_icon4 {
    background: #f2f8fc url(../images/contact_icon04.png) center center no-repeat;
}

.contact_p1 ul li:hover .contact_icon1 {
    background: #2dbfcc url(../images/contact_icon1.png) center center no-repeat;
}

.contact_p1 ul li:hover .contact_icon2 {
    background: #2dbfcc url(../images/contact_icon2.png) center center no-repeat;
}

.contact_p1 ul li:hover .contact_icon3 {
    background: #2dbfcc url(../images/contact_icon3.png) center center no-repeat;
}

.contact_p1 ul li:hover .contact_icon4 {
    background: #2dbfcc url(../images/contact_icon4.png) center center no-repeat;
}

.contact_p1 ul li .tlt {
    width: 100%;
    overflow: hidden;
    margin: 40px auto 20px;
    padding: 0;
    color: #2dbfcc;
    font-size: 16px;
    text-align: center;
}

.contact_p1 ul li p {
    width: 100%;
    overflow: hidden;
    line-height: 24px;
    margin: 0 auto;
    padding: 0;
    color: #777;
    font-size: 14px;
    text-align: center;
}

.contact_p1 ul li p font {
    font-family: "Arial";
}

.contact_p2 {
    width: 70%;
    height: 480px;
    overflow: hidden;
    margin: 20px auto;
    padding: 0 15%;
    background: url(../images/contact_p2_bg.jpg) center center no-repeat;
    background-size: cover;
}

.contact_p2 .tlt {
    width: 100%;
    overflow: hidden;
    margin: 120px auto 30px;
    padding: 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.contact_p2 img {
    display: block;
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.contact_p4 {
    width: 1600px;
    margin: 0 auto;
    overflow: hidden;
    margin: 0 auto 20px;
    padding: 40px 0;
    background-color: #fff;
    border-top: 5px solid #2dbfcc;
}

.contact_p4 .tlt {
    width: 93%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 3.5%;
    color: #333;
    font-size: 16px;
}

.contact_p4 .tlt span {
    display: block;
    width: 40px;
    height: 2px;
    overflow: hidden;
    margin: 20px 0 0;
    padding: 0;
    background-color: #2dbfcc;
}

.contact_p4 ul {
    width: 100%;
    overflow: hidden;
    margin: 20px auto;
    padding: 0;
}

.contact_p4 ul li {
    width: 44.75%;
    overflow: hidden;
    line-height: 50px;
    margin: 10px 0 10px 3.5%;
    padding: 0;
    color: #666;
    font-size: 14px;
    float: left;
    position: relative;
}

.contact_p4 ul li label {
    padding: 0 20px;
}

.contact_p4 ul li label input {
    vertical-align: middle;
    margin: 0 6px 4px 0;
}

.contact_p4 ul li .tlt2 {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
    padding: 0;
    color: #333;
    font-size: 14px;
}

.contact_p4 ul li .tlt2 em {
    font-size: 12px;
    color: #f00;
}

.contact_p4 ul li .tlt2 span {
    display: inline-block;
    color: #999;
    font-size: 12px;
    float: right;
}

.contact_p4 ul li .cp4_ipt {
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;
    line-height: 48px;
    color: #777;
    font-size: 14px;
    outline: none;
    margin: 0;
    padding: 0 19px;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.contact_p4 ul li .cp4_area {
    display: block;
    width: 100%;
    height: 144px;
    overflow: hidden;
    line-height: 24px;
    color: #777;
    font-size: 14px;
    outline: none;
    margin: 0;
    padding: 12px 19px;
    border: 1px solid #eaeaea;
    resize: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.contact_p4 ul li .cp4_btn1 {
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 2px;
    background-color: #2dbfcc;
    border: none;
    margin: 20px 0;
    outline: none;
    cursor: pointer;
}

.contact_p4 ul li a {
    display: block;
    width: 70px;
    height: 22px;
    overflow: hidden;
    padding: 5px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.ct_map {
    width: 1560px;
    margin: 0 auto;
    overflow: hidden;
    height: 500px;
    padding: 20px 20px;
    background: #fff;
}

#wpforms-56 {
    padding: 0 3.5%;
    margin-top: 30px;
}

#wpforms-56 .wpforms-field-label {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
    padding: 0;
    color: #333;
    font-size: 14px;
}

#wpforms-form-56 input {
    max-width: 100% !important;
    width: 100%;
}

#wpforms-form-56 .wpforms-field-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#wpforms-form-56 .wpforms-field-container>div {
    width: 48% !important;
}

#wpforms-form-56 .wpforms-field-container #wpforms-56-field_5-container {
    width: 100% !important;
}

#wpforms-submit-56 {
    width: 100% !important;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 2px;
    background-color: #2dbfcc;
    border: none;
}

@media screen and (max-width:1600px) and (min-width:1200px) {
    .pc_contact .contact_p1 {
        width: 95%;
    }
    .contact_p4 {
        width: 95%;
    }
    .ct_map {
        width: 90%;
        padding: 20px 2.5%;
    }
}

@media screen and (max-width:1199px) and (min-width:1080px) {
    .pc_contact .contact_p1 {
        width: 95%;
    }
    .contact_p4 {
        width: 95%;
    }
    .ct_map {
        width: 90%;
        padding: 20px 2.5%;
    }
}

@media screen and (max-width:1079px) and (min-width:768px) {
    .pc_contact .contact_p1 {
        width: 95%;
    }
    .contact_p4 {
        width: 95%;
        padding: 40px 0 10px;
    }
    .ct_map {
        width: 90%;
        padding: 20px 2.5%;
        height: 340px;
    }
}

@media screen and (max-width:767px) {
    .pc_contact {
        padding-top: 30px;
    }
    .pc_contact .contact_p1 {
        width: 95%;
        padding: 30px 0 0;
    }
    .contact_p1 ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .contact_p1 ul li .contact_icon1,
    .contact_p1 ul li .contact_icon2,
    .contact_p1 ul li .contact_icon3,
    .contact_p1 ul li .contact_icon4 {
        width: 80px;
        height: 80px;
        background-size: 60%;
    }
    .contact_p1 ul li .tlt {
        margin: 14px auto 12px;
    }
    .contact_p4 {
        width: 95%;
        padding: 30px 0 10px;
    }
    .ct_map {
        width: 90%;
        padding: 20px 2.5%;
        height: 240px;
    }
    .contact_p2 {
        height: 280px;
    }
    .contact_p2 .tlt {
        margin: 42px auto 30px;
    }
    .contact_p2 img {
        width: 140px;
        height: 140px;
    }
    .contact_p4 ul li {
        width: 95%;
        margin: 0 auto 10px;
        float: none;
    }
    .contact_p4 ul li .cp4_btn1 {
        margin: 10px 0;
    }
}


/*内页资料下载*/

.Nydown_list ul li {
    width: 48.5%;
    float: left;
    margin: 0 3% 20px 0;
}

.Nydown_list ul li:nth-child(2n+2) {
    margin: 0 0 20px 0;
}

.Nydown_list ul li .wrap {
    display: block;
    width: 100%;
    float: left;
    border: solid 1px #eaeaea;
    padding: 0 0 0;
    position: relative;
    background: #fff;
}

.Nydown_list ul li .wrap .type {
    display: block;
    width: 50px;
    height: 42px;
    float: left;
    text-align: center;
    background: url(../images/down3.jpg) no-repeat right top;
    padding: 18px 10px 10px 10px;
}

.Nydown_list ul li .wrap .type img {
    vertical-align: top;
    width: 13px;
}

.Nydown_list ul li .wrap .type span {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 24px;
    color: white;
    font-family: 'OPENSANS-BOLD';
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Nydown_list ul li .wrap .time {
    height: 70px;
    line-height: 70px;
    width: 170px;
    position: relative;
    text-align: center;
    font-size: 14px;
    color: #333;
    letter-spacing: 1px;
    float: left;
}

.Nydown_list ul li .wrap .time span {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 7px 0 0;
    background: url(../images/time.png) no-repeat center center;
    width: 20px;
    height: 20px;
}

.Nydown_list ul li .wrap .time:before {
    content: '';
    width: 1px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -24px;
    background: #d9d9d9;
}

.Nydown_list ul li .wrap .title {
    width: 486px;
    padding: 0 20px;
    float: left;
    line-height: 68px;
    font-size: 16px;
    color: black;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Nydown_list ul li .wrap:hover .type {
    background: #2ebfcc;
}

.Nydown_list ul li .wrap:hover .title {
    color: #2ebfcc;
}

.ny_down_btn {
    display: block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #2dbfcc;
    color: #fff;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 40px;
    transition: all ease 0.3s;
    font-size: 15px;
}

.ny_down_btn:hover {
    width: 240px;
}

@media screen and (max-width:1600px) and (min-width:1200px) {
    .Nydown_list ul li .wrap {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .Nydown_list ul li .wrap .type {
        width: 50px;
        padding: 18px 10px 10px 10px;
    }
    .Nydown_list ul li .wrap .time {
        width: 25%;
    }
    .Nydown_list ul li .wrap .title {
        padding: 0 3%;
        width: 54%;
    }
}

@media screen and (max-width:1199px) and (min-width:1080px) {
    .Nydown_list ul li .wrap {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .Nydown_list ul li .wrap .type {
        width: 50px;
        padding: 18px 10px 10px 10px;
    }
    .Nydown_list ul li .wrap .time {
        width: 25%;
    }
    .Nydown_list ul li .wrap .title {
        padding: 0 3%;
        width: 54%;
    }
}

@media screen and (max-width:1079px) and (min-width:768px) {
    .Nydown_list ul li {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .Nydown_list ul li .wrap {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .Nydown_list ul li .wrap .type {
        width: 50px;
        padding: 18px 10px 10px 10px;
    }
    .Nydown_list ul li .wrap .time {
        width: 28%;
    }
    .Nydown_list ul li .wrap .title {
        padding: 0 3%;
        width: 50%;
    }
}

@media screen and (max-width:767px) {
    .Nydown_list ul li {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .Nydown_list ul li .wrap {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .Nydown_list ul li .wrap .type {
        width: 30px;
        padding: 18px 10px 10px 10px;
    }
    .Nydown_list ul li .wrap .time {
        width: 30%;
        display: none;
    }
    .Nydown_list ul li .wrap .title {
        padding: 0 3%;
        width: 77%;
        font-size: 15px;
    }
    .ny_down_btn {
        width: 150px;
        height: 45px;
        line-height: 45px;
    }
    .ny_down_btn:hover {
        width: 180px;
    }
}